GET
/
collections
/
{collection}
curl --request GET \
  --url https://api.vectorify.ai/v1/collections/{collection} \
  --header 'Api-Key: <api-key>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "source": "<string>",
    "metadata": [
      "<any>"
    ],
    "created_at": "<string>",
    "items_count": 123
  }
}

Authorizations

Api-Key
string
header
required

Path Parameters

collection
integer
required

The collection ID

Response

200
application/json

Collection

The response is of type object.

GET
/
collections
/
{collection}
curl --request GET \
  --url https://api.vectorify.ai/v1/collections/{collection} \
  --header 'Api-Key: <api-key>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "source": "<string>",
    "metadata": [
      "<any>"
    ],
    "created_at": "<string>",
    "items_count": 123
  }
}

Authorizations

Api-Key
string
header
required

Path Parameters

collection
integer
required

The collection ID

Response

200
application/json

Collection

The response is of type object.