cURL
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": [ "<unknown>" ], "created_at": "<string>", "items_count": 123 } }
Retrieve a specific collection.
Documentation IndexFetch the complete documentation index at: https://docs.vectorify.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vectorify.ai/llms.txt
Use this file to discover all available pages before exploring further.
The collection ID
Collection
Show child attributes
Was this page helpful?