curl --request POST \
--url https://getunblocked.com/api/v1/collections \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Apollo",
"description": "Documents from the Apollo customer support tool including support responses.",
"iconUrl": "https://my.company.com/apollo/logo.svg"
}'
Copy
Ask AI
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "Apollo",
"description": "Documents from the Apollo customer support tool including support responses.",
"iconUrl": "https://my.company.com/apollo/logo.svg"
}
Collections
Create Collection
Create a collection. Teams are limited to 25 collections.
POST
/
collections
Create Collection
Copy
Ask AI
curl --request POST \
--url https://getunblocked.com/api/v1/collections \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Apollo",
"description": "Documents from the Apollo customer support tool including support responses.",
"iconUrl": "https://my.company.com/apollo/logo.svg"
}'
Copy
Ask AI
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "Apollo",
"description": "Documents from the Apollo customer support tool including support responses.",
"iconUrl": "https://my.company.com/apollo/logo.svg"
}