API Documentation
Get started with RealTimeDetect API in minutes.
Getting Started
Learn the basics and set up your first request.
Authentication
Secure your API requests with JWT or API keys.
Rate Limiting
Understand quota and rate limit policies.
POST /v1/chat/completions
{
"model": "gpt-4",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"temperature": 0.7
}Endpoints
POST /v1/chat/completionsPOST /v1/embeddingsGET /v1/modelsGET /v1/usageGET /v1/cost