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...
    • Content-Type: application/json

Endpoints


Additional Notes

  • All timestamps are in ISO 8601 format.
  • Ensure that your apiIntegrationId is valid and corresponds to an existing integration.
  • Replace placeholder values with actual data when making requests.
  • The attachments parameter in /get_completion allows you to include files and specify tools for processing.