QuickstartMake your first Computorail API request.Copy MarkdownOpen1. Create a key Register in the Computorail Console, then create a key. Keep it secret and never embed it in browser code or a public repository. 2. Send a request curl https://computorail.com/v1/chat/completions \ -H "Authorization: Bearer $COMPUTORAIL_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"YOUR_MODEL","messages":[{"role":"user","content":"Hello"}]}' Use the exact model identifier shown in the Console. A successful response includes generated content and usage information when the upstream model provides it.How is this guide?GoodBadComputorail documentationOne compatible API for leading AI models.API referenceComputorail API conventions and supported endpoints.