Skip to main content
GET
/
collections
Returns the list of all collections
curl --request GET \
  --url https://api.inorbit.ai/collections \
  --header 'x-auth-inorbit-app-key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "tags": [
      {
        "id": "<string>",
        "name": "<string>",
        "description": "<string>",
        "collectionId": "<string>"
      }
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://inorbitinc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-auth-inorbit-app-key
string
header
required

InOrbit appKey authenticates API requests using a token.

You can obtain your appKey in the Authentication docs.

Response

The list of collections

id
string
required

Unique identifier of the collection

name
string
required

Collection name

tags
object[]
required

List of tags defined for this collections