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", "file": "<string>", "zero_retention_mode": true }, "pipeline": "cloudsquid-flash" } '
{ "result": {} }
Upload a file and extract its content.
the ID of the extraction source
Show child attributes
cloudsquid-flash
cloudsquid-pro-v2
Successfully extracted file
Object with direct values for each key, allowing single values or arrays of values.
Was this page helpful?