Developer References

Technical specifications, limits, and system status.

System Status

Current Status

All Systems Operational
API Gateway
Image Processor
Database

Support

Reach our technical team for onboarding help, troubleshooting, and escalation guidance.

Priority Support
Average response time under 2 hours.
support@cognivision.ai

API

Response codes, usage limits, and versioning for stable integrations.

Error Codes

When the API encounters an error, it returns a standard HTTP response code along with a JSON object containing more details.

CodeTypeDescription
400Bad RequestThe request was unacceptable, often due to missing a required parameter.
401UnauthorizedNo valid API key provided.
402Request FailedThe parameters were valid but the request failed.
404Not FoundThe requested resource doesn't exist.
429Too Many RequestsToo many requests hit the API too quickly.
500Server ErrorSomething went wrong on our end.

Rate Limits

>
Heads up!

We enforce rate limits to ensure stability for all users. If you exceed these limits, you will receive a 429 error.

Free

For hobbyists

100

requests/min

Pro

For startups

1,000

requests/min

Versioning

We follow semantic versioning with clear deprecation windows.

  • Major releases introduce breaking API changes.
  • Minor releases add backward-compatible features.
  • Patch releases address bugs and performance updates.

Integrations

Configure real-time integrations and SDK access across platforms.

Webhooks

Listen for events on your account so your integration can automatically trigger reactions.

{
  "id": "evt_123456789",
  "object": "event",
  "type": "analysis.completed",
  "data": {
    "object": {
      "id": "ana_123456",
      "status": "succeeded",
      ...
    }
  }
}

SDKs

Native SDKs for Kotlin, Swift, and React Native with parity features.

Kotlin
Swift
React Native