Skip to main content

OpenAPI & Swagger UI

To help you integrate faster, Senda natively exposes its API specification using the industry-standard OpenAPI 3.0 format. We also provide an interactive Swagger UI directly in the browser so you can test endpoints without writing any code.

Interactive Swagger UI

The easiest way to explore the Senda API is through the Swagger UI portal.

URL: https://senda.telar.ai/api/docs/ui

  1. Open the URL in your browser.
  2. Click the Authorize button at the top right.
  3. Enter your API Key (e.g., sk_live_...) in the bearerAuth field.
  4. You can now use the Try it out button on any endpoint to send live requests to your Senda tenant.

Postman & Insomnia Integration

If you prefer using desktop API clients like Postman or Insomnia, you can instantly import the entire Senda API collection using our OpenAPI JSON endpoint.

OpenAPI JSON URL: https://senda.telar.ai/api/docs

How to import into Postman:

  1. Open Postman and click Import in the top left corner.
  2. Select the Link tab.
  3. Paste the URL: https://senda.telar.ai/api/docs
  4. Postman will automatically generate a complete collection organized by tags (Chat, Actions, Agents, etc.).
  5. Go to the collection settings, select the Authorization tab, choose Bearer Token, and paste your API Key.

How to import into Insomnia:

  1. Open Insomnia and click Create > Import From... > URL.
  2. Paste the URL: https://senda.telar.ai/api/docs
  3. The workspace will be automatically populated with all the endpoints and their expected payloads.