Run Batch Transforms
POST
/v1/batches/transforms/run
Run multiple transforms on input file, text, or URL in a single call
Request
Headers
An API Key is required to access this endpoint.
Body
At least one request object must be included.
Request
Either input file, text, or URL is required but not more than one.
Supported models can be found here.
Transform
Example
Response
The API returns the response in JSON format.
The request will return a 200 with a batchId
and status
. You can use this batchId
to check the processing status and fetch results.
Example
Last updated