Quickstart
Make your first beatra text chat call in 5 minutes.
This is the fastest path from zero to a working text chat call. Everything below uses the currently callable API.
1. Get a key
Sign up at dashboard.beatra.ai, create an API key, and put it in your shell:
2. Send your first request
3. What you get back
Keep two things from every response:
- The
modelfield — it tells you which model actually handled the request, useful for support and evaluation. - The
X-Request-Idresponse header — store it next to the user-visible job; it's the fastest support lookup key.
If something goes wrong
A bad key returns:
retryable: false means don't loop — fix the request before trying again. The full rule lives in Errors & retries.
Other Preview endpoints
Music generation, single-shot uploads, and task lookup are callable Preview APIs. Start from Music generation or the API Reference. Image, video, speech, voices, resumable uploads, and customer callbacks are still Planned.