cURL
curl --request GET \ --url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id}/extraction-settings \ --header 'X-API-Key: <api-key>'
{ "active_pipeline": "cloudsquid-flash", "bounding_boxes": true, "review_mode": true }
Get extraction table settings such as active pipeline, bounding boxes
The name of the project
The id of the table
Successfully retrieved agent settings
settings for extraction agents
cloudsquid-flash
cloudsquid-flash-v3
cloudsquid-pro-v2
cloudsquid-pro-v3
whether bounding boxes extraction is enabled
whether review mode is enabled for extraction results
Was this page helpful?