cURL
curl --request POST \ --url https://demo.descriptor.ai/api/v1/offline/processing \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "config": { "language_code": "en-US", "insights": { "summary": { "prompt_customization": "Focus on key points and action items" }, "sentiment": {}, "topics": {} } }, "audio": { "uri": "https://example.com/audio.wav" } } '
{ "result_id": "<string>" }
For the best results, use audio files with a sample rate of 16 kHz and 16 bits per sample.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Main configuration for audio processing
Configuration for audio processing pipeline
Show child attributes
Audio file information
Optional metadata about the call
Successful Response
Identifier to retrieve the analysis results