Extractions
Run Extraction From Url
Run extraction on a file from URL.
POST
Headers
Body
application/json
Request model for running extractions via URL.
URL of the file to process
Minimum length:
1
ID of the extraction to run
Response
201
application/json
Successful Response
Response data
Example:
{
"extraction_id": 1,
"file_path": "org_123/extractions/file.pdf",
"task_identifier": "RunExtraction:123e4567-e89b-12d3-a456-426614174000"
}
Schema for API error responses.
Example:
{
"error_code": "RESOURCE_NOT_FOUND",
"message": "Resource not found"
}
Metadata for API responses