cURL
curl --request PATCH \ --url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id}/extraction-settings \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "active_pipeline": "cloudsquid-flash", "bounding_boxes": true, "review_mode": true } '
Update extraction table settings such as active pipeline, bounding boxes
The name of the project
The id of the table
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
Successfully updated extraction table settings
Was this page helpful?