cURL
curl --request POST \ --url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id}/extract \ --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 name of the project
The ID of the table
Show child attributes
cloudsquid-flash
cloudsquid-flash-v3
cloudsquid-pro-v2
cloudsquid-pro-v3
Successfully extracted file
Object with direct values for each key, allowing single values or arrays of values.
Was this page helpful?