Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Discover, check availability, and book professional recording studios.
GET /api/v1/studios/discover
GET /api/v1/studios/{id}/availability
POST /api/v1/studios/{id}/book
curl "https://www.voicelab360.com/api/v1/studios/discover?city=Los+Angeles&type=recording" \ -H "Authorization: Bearer vl360_live_YOUR_KEY"
city
state
type
recording
mixing
mastering
podcast
foley
capacity
curl "https://www.voicelab360.com/api/v1/studios/studio_abc123/availability?date=2026-08-01" \ -H "Authorization: Bearer vl360_live_YOUR_KEY"
curl -X POST https://www.voicelab360.com/api/v1/studios/studio_abc123/book \ -H "Authorization: Bearer vl360_live_YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "date": "2026-08-01", "start_time": "10:00", "end_time": "14:00", "room_id": "room_001", "notes": "ADR session, 3 talent" }'