API Documentation

Integrate RAELA into your applications with a simple REST API.

BASE URL
https://api.raela.ai/v1
AUTHENTICATION
Authorization: Bearer YOUR_API_KEY
CHAT COMPLETIONS
POST /v1/chat/completions { "messages": [ {"role": "user", "content": "Hello"} ], "max_tokens": 1000, "temperature": 0.7 }