--- title: "API" description: "Reference documentation for the Agencii Platform API." icon: "code" --- ## 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 →](https://www.postman.com/vrsen-ai/agencii-api/overview) --- ## Authentication - **Note**: You can only use platform tokens for these endpoints. Find or create one inside **Profile Icon > API Keys**. - **Headers**: - `Authorization`: `Bearer ` - **Example**: `Bearer sk-agencii-H7sb111...` - `Content-Type`: `application/json` --- ## Endpoints Start a new conversation session. Get a response from your agent. --- ## 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_response` allows you to include files and specify tools for processing. ---