{ "id": "12345678-0000-0000-0000-000000000000", "survey": "audio-survey", "transcript": [ { "moderator": "Welcome to our audio survey. Can you describe your experience with our product?", "user": "The product has been very helpful for our team's workflow.", "audio": "https://storage.listenlabs.ai/audio/responses/abc123.mp3?token=...", "video": null }, { "moderator": "What specific features do you find most useful?", "user": "The task management and integration capabilities are standouts for us.", "audio": "https://storage.listenlabs.ai/audio/responses/def456.mp3?token=...", "video": null } ]}
Endpoints
Get Single Response
This endpoint retrieves a single response for a specific study.
{ "id": "12345678-0000-0000-0000-000000000000", "survey": "audio-survey", "transcript": [ { "moderator": "Welcome to our audio survey. Can you describe your experience with our product?", "user": "The product has been very helpful for our team's workflow.", "audio": "https://storage.listenlabs.ai/audio/responses/abc123.mp3?token=...", "video": null }, { "moderator": "What specific features do you find most useful?", "user": "The task management and integration capabilities are standouts for us.", "audio": "https://storage.listenlabs.ai/audio/responses/def456.mp3?token=...", "video": null } ]}
The link ID of the study. You can find this in the study URL or via the List Studies endpoint.
For example, in https://listenlabs.ai/s/abc123 the link ID is abc123.
A signed URL to the audio recording of the user’s response, if available.
This URL is valid for 1 hour. If no audio recording exists, this will be null.
{ "id": "12345678-0000-0000-0000-000000000000", "survey": "audio-survey", "transcript": [ { "moderator": "Welcome to our audio survey. Can you describe your experience with our product?", "user": "The product has been very helpful for our team's workflow.", "audio": "https://storage.listenlabs.ai/audio/responses/abc123.mp3?token=...", "video": null }, { "moderator": "What specific features do you find most useful?", "user": "The task management and integration capabilities are standouts for us.", "audio": "https://storage.listenlabs.ai/audio/responses/def456.mp3?token=...", "video": null } ]}