pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] cradl_ai

Open pipedream-component-development opened this issue 1 year ago • 1 comments

cradl_ai

URLs

  • https://docs.cradl.ai/rest-api-reference

Polling Sources

new-document-parsing-completed-instant

Prompt

Emit new event when a document processing flow has completed. Required props include the document ID. Optional props could be the user ID or processing flow ID, offering greater specificity.

URLs

  • https://docs.cradl.ai/rest-api-reference

Actions

parse-document

Prompt

Parses data from a document using a custom selected model. Required props: 'document' (the document to be parsed), 'model_id' (the model to be used for parsing).

URLs

  • https://docs.cradl.ai/rest-api-reference

parse-document-human-in-loop

Prompt

Send a document to an existing flow for human-in-the-loop processing. This action requires a human element for reviewing the model's output. Required props: 'document' (the document to be processed), 'workflow_id' (the existing flow where the document will be sent).

URLs

  • https://docs.cradl.ai/rest-api-reference

Hi everyone, all test cases are passed! Ready for release!

Test report https://vunguyenhung.notion.site/Components-cradl_ai-7bdc9e386fab492685fb4406ee5bf545

vunguyenhung avatar May 08 '24 02:05 vunguyenhung