Cartesia
Instructions for Testing Locally
You can also test your Cartesia 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.cartesia.ai/auth/access-token \
-H "X-API-Key: cartesia_..." \
-H "Content-Type: application/json"
Direct Cartesia API request (read-only endpoint) to verify your key configuration.