Create
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Name of the link
Url of the webhook to send the data to
1 - 2083
text
, image
, native
, image+text
Model used for chat completion
JSON schema format used to validate the output data.
"link"
Unique identifier for the extraction link
Password to access the link
Headers to send with the request
Preprocessing operations applied to image before sending them to the llm
Temperature for sampling. If not provided, the default temperature for the model will be used.
Response
Name of the link
Url of the webhook to send the data to
1 - 2083
text
, image
, native
, image+text
Model used for chat completion
JSON schema format used to validate the output data.
Returns the SHA1 hash of the schema data, ignoring all prompt/description/default fields.
Returns: str: A SHA1 hash string representing the schema data version.
Returns the SHA1 hash of the complete schema.
Returns: str: A SHA1 hash string representing the complete schema version.
"link"
Unique identifier for the extraction link
Password to access the link
Headers to send with the request
Preprocessing operations applied to image before sending them to the llm
Temperature for sampling. If not provided, the default temperature for the model will be used.