Retrieve a specific 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 } }
The collection ID
Collection
The response is of type object.
object
Was this page helpful?