Skip to main content
Currently, our API is in beta. We are working on adding more functionality to process audio streams and provide more insights in real-time.

Welcome

Descriptor.AI API

View our OpenAPI specification to get started with the endpoint examples.

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file distributed on signup.
  curl -X 'GET' \
  'https://demo.descriptor.ai/api/v1/offline/processing/{result_id}' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'