cURL
curl --request POST \ --url https://api.cloudsquid.io/api/extract/{source_id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "document": { "mimetype": "application/pdf", "filename": "<string>", "file_type": "uri", "zero_retention_mode": true, "file": "<string>" }, "pipeline": "cloudsquid-flash" }'
{ "result": {} }
Upload a file and extract its content.
the ID of the extraction source
Successfully extracted file
The response is of type object.
object
Was this page helpful?