Endpoint for calculating price for audio to text inference (Twitter Spaces)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
application/json Audio transcription parameters
Should transcription include timestamps
The model to use for transcription. Available models can be retrieved via the GET /api/v1/client/models endpoint.
"WhisperLargeV3"
URL of Twitter Spaces audio to transcribe (required if duration_seconds not provided)
"https://twitter.com/i/spaces/1nAKEERkeLbKL"
Duration in seconds (required if audio_url not provided)
3600
Calculated price for audio to text inference.