logoVoxagent

API Reference

Voxagent REST API documentation

Complete REST API reference generated from the OpenAPI specification.

Authentication

The API uses Bearer token authentication via Keycloak.

Get a token

Sign in to the app and open https://console.voxagent.app/token — the page shows your current access token, ready to copy. This is the fastest way to grab a token for one-off API calls or quick experiments in curl / Postman.

curl -X GET https://api.voxagent.app/api/Users/me \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Endpoints

Browse the API endpoints in the sidebar navigation.

On this page