Validate Background Sound URL
Authentication
AuthorizationBearer
Authenticate server-side requests with a private Vapi API key. Create or copy a key from the [Vapi Dashboard](https://dashboard.vapi.ai) and send it in the `Authorization` header as `Bearer <token>`. Keep private API keys out of client-side code and public repositories.
Request
This endpoint expects an object.
url
This is the background sound URL to validate. The server performs a ranged request and checks that the URL serves a live media file.
Response
valid
Whether the URL currently serves a live media file. When false, calls configured with this URL silently play no background sound.
reason
Why validation failed. Only present when valid is false.
status
The HTTP status the URL returned, when a response was received.
contentType
The content-type the URL returned, when a response was received.