Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://acusight.io/api/ml/projects/{id}/settings \ --header 'Authorization: Bearer <token>'
{ "data": { "auto_deploy_edge_groups": [ "<string>" ], "auto_deploy_enabled": true, "auto_export_config": [ 123 ], "auto_export_format": "<string>", "created_at": "<string>", "id": 123, "project_id": 123, "updated_at": "<string>" }, "error": { "code": "<string>", "details": "<string>", "message": "<string>" }, "meta": { "count": 123, "limit": 123, "offset": 123, "total": 123 }, "success": true }
Returns ML-related settings for a project including auto-deploy configuration.
JWT access token. Paste the token only; the Bearer prefix is added automatically.
Project ID
Project settings
Show child attributes
Was this page helpful?