Developer documentation

OpenAI-compatible API. One key for all models, streaming responses, predictable errors.

curl https://api.ingdg.com/v1/chat/completions \
  -H "Authorization: Bearer $INGDG_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "auto",
    "messages": [{"role": "user", "content": "Hello"}],
    "stream": true
  }'
Coming soon

Quick start

Get an API key and make your first request in five minutes.

Coming soon

Authentication

API keys, session cookies and access scopes for your team.

Coming soon

API reference

Endpoints, parameters, response formats and error codes.

Coming soon

Streaming responses

Server-sent events with examples in JavaScript and Python.

Coming soon

SDKs and examples

Ready-to-use snippets and client libraries for popular languages.

Coming soon

Webhooks

Subscribe to events and verify signatures on your side.

Coming soon

Limits and quotas

Rate limits and volumes for each plan, and how to raise them.