For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
AI Hub
OverviewApp editorFlow editorAdminAPI & SDK
OverviewApp editorFlow editorAdminAPI & SDK
  • Overview
    • Using the API and SDK
    • Authorization
    • Response statuses
  • API & SDK guides
    • Run automation apps by SDK
  • API reference
  • Legacy APIs
    • Job status
    • Run apps
    • Run results
    • Mount
AI Hub
Overview

Response statuses

AI Hub API endpoints use HTTP status codes to communicate response statuses. Responses are grouped in the following classes:

RangeResponse classNotes
100 ‑ 199Informational
200 ‑ 299Successful
300 ‑ 399Redirect
400 ‑ 499Client error- 401 indicates an authorization error. This can be caused by an invalid API token, an invalid IB-Context header, or by calling an API that requires permissions you don’t have.

- 403 indicates insufficient consumption units to complete the call.
500 ‑ 599Server errorSomething has gone wrong with the server. Try your request again later.
Legacy APIs might not use the same response classes.
Was this page helpful?
Built with