Overview
Integrating the Descriptor.AI API for offline processing is straightforward. The process involves two main steps:- Uploading an audio file for analysis
- Retrieving the analysis results using the returned ID
Authentication
All API requests require authentication using a Bearer token. You’ll receive your access token upon signup.Basic Integration Flow
Here’s a typical integration flow:- Send a POST request to
/api/v1/offline/processwith your audio file - Receive a
result_idin the response - Poll the
/api/v1/offline/processing/{result_id}endpoint until processing is complete - Retrieve the full analysis results
Please do not hesitate to reach out to our technical team, if you have any questions.