Getting Started
Step 1 — Create your workspace
Sign up at voicelab360.com/api-platform and create an API workspace. The API Sandbox plan includes 250,000 credits to begin testing immediately.
Step 2 — Generate an API key
From your API Workspace dashboard, navigate to API Keys and generate a new key. Choose Sandbox for testing or Production for live use.
Your full API key is displayed only once at creation. Copy it immediately and store it in a secure secrets manager. VoiceLab360 stores only a hashed version and cannot retrieve the original.
Step 3 — Make your first request
All requests require the Authorization header with your API key.
A successful response returns a signed audio URL and the number of credits consumed.
Step 4 — Review your usage
Monitor credit consumption and request logs in your API Workspace under Usage and Logs.
Next steps