AI Agent APIs
Overview
1. Get AI Agent
{ "data": { "_id": "uc_71cfa689-ea47-46ce-9845-f6e1488a5a15", "doc_name": "UseCase", "title": "test1", "organization_id": "org_imbrace", "short_description": "", "type": "custom", "channel_id": "ch_6f4df538-ce1b-455f-b563-819880e17b9b", "features": [], "tags": [], "demo_url": "https://chat-widget.imbrace.co?channel_id=ch_6f4df538-ce1b-455f-b563-819880e17b9b", "suggestion_prompts": [], "supported_channels": [ { "title": "channel_", "icon": "", "_id": "68aed93be67d29aeadb2a87b" } ], "assistant_id": "853d4df5-f6aa-4367-9c4e-5bc366e9e566", "user_id": "u_ed1ffffc-73ca-4dc3-85fc-2c7da6c87b7a", "is_deleted": false, "updated_at": "2025-08-27T10:08:59.288Z", "how_it_works": [], "integrations": [], "createdAt": "2025-08-27T09:00:16.243Z", "updatedAt": "2025-08-27T10:08:59.289Z", "public_id": "f089b14c-ddf5-4e25-b79c-58e2b446d324", "created_at": "2025-08-27T09:00:16.243Z" } }curl --location 'https://app-gateway.imbrace.co/v2/backend/templates' \ --header 'x-access-token: acc_3064efc7-4ccc-4b48-8ffa-50313e5b19df'
2. Get AI Agent by ID
3. Create AI Agent
4. Update AI Agent
5. Delete AI Agent
6. Answer Question
7. Get File by ID
8. Upload File
9. Delete File
10. Create Embedding
11. Delete Embedding by Board ID
12. Delete Embedding by Board Item ID
13. Get ECharts by Thread ID
Last updated