AcquireMusicStream
AcquireMusicStream acquires a stream URL for playing a song. This is the billable event for music playback.
Headers
OAuth 2.0 Bearer token with the 'stream' scope. Required for all streaming operations. Format: Bearer <access_token>.
"Bearer eyJhbGciOiJSUzI1NiIs..."
Preferred locale for error messages and metadata (BCP 47).
"ar"
Body
AcquireMusicStreamRequest is the request message for acquiring a music stream. This is the billable event for music playback.
Response
Successful response
AcquireMusicStreamResponse is the response message containing the music stream details.
StreamInfo contains the information required to play a stream. Returned by all stream acquisition RPCs.