๐ zembed-1 is now generally available through the API, all SDKs, and on the AWS Marketplace!
curl --request POST \
--url https://api.zeroentropy.dev/v1/collections/get-collection-list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"collection_names": [
"<string>"
]
}Gets a complete list of all of your collections.
curl --request POST \
--url https://api.zeroentropy.dev/v1/collections/get-collection-list \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"collection_names": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.zeroentropy.dev/llms.txt
Use this file to discover all available pages before exploring further.
The body is of type Request ยท object.
Successful Response
The names of the matched collections.