Skip to content

Error Format

Diving Deep?

This page is designed for AI Agents & users developing code directly. See Getting Started and Platform Guides


Error Format

Errors are returned as JSON. error Could be useful for diagnosing issues.

{
  "error": "string",
  "status": 400
}