GET
/
api
/
v1
/
catalog
cURL
curl --request GET \
  --url https://labs.tacitintelligence.co/api/v1/catalog \
  --header 'Authorization: Bearer <token>'
{
  "collections": [
    {
      "collection_slug": "<string>",
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key obtained from Labs Portal

Response

Success

collections
object[]
required

List of available collections