Skip to main content
GET
Refresh a signed audio URL

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

gcs_object
string
required

GCS object name to re-sign (e.g. 'orpheus_tts/.../x.wav').

Response

Successful Response

Response for GET /tasks/audio/speech/url (a re-signed audio URL).

audio_url
string
required

Freshly signed URL to the stored audio.

audio_url_expires_at
string<date-time>
required

When the new signed URL expires.

gcs_object
string
required

The GCS object that was re-signed.