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/completions
  • POST /v1/embeddings
  • GET /v1/models
  • GET /v1/usage
  • GET /v1/cost

Resources