Get Media Status
get_media_statusCheck the processing status of a media file, polling until it shows 'processed' to retrieve transcript and insights.
Instructions
Check the processing status of a media file. States: pending → transcribing → analyzing → processed (or failed). Poll this after upload_media until state is 'processed', then use get_transcript and get_media_insights to retrieve results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mediaId | Yes | Unique identifier of the media file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |