Run extraction on a file from URL.
curl --request POST \ --url https://api.fieldwise.ai/api/v1/extractions/run/url \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "extraction_id": 1, "url": "https://example.com/document.pdf" }'
{ "data": { "extraction_id": 1, "file_path": "org_123/extractions/file.pdf", "task_identifier": "RunExtraction:123e4567-e89b-12d3-a456-426614174000" } }
Request model for running extractions via URL.
Successful Response
The response is of type object.
object