PlayHT
Instructions for Testing Locally
You can also test your PlayHT API key from your own machine using curl. This is useful for debugging or when you want to test API key authentication programmatically.
curl -X GET https://api.play.ht/v1/voices \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-User-ID: YOUR_API_KEY" \
-H "Content-Type: application/json"
Direct PlayHT API request (read-only endpoint) to verify your key configuration.