Feature Overview
API Integrations provide a set of endpoints allowing you to run your agents on custom backends or on other unsupported channels.⚡ Live Postman Example: Go to Postman →
Authentication
- Note: You can only use platform tokens for these endpoints. Find or create one inside Profile Icon > API Keys.
- Headers:
- Authorization:- Bearer <your_token>- Example: Bearer sk-agencii-H7sb111...
 
- Example: 
- Content-Type:- application/json
 
Endpoints
Additional Notes
- All timestamps are in ISO 8601 format.
- Ensure that your apiIntegrationIdis valid and corresponds to an existing integration.
- Replace placeholder values with actual data when making requests.
- The attachmentsparameter in/get_completionallows you to include files and specify tools for processing.