Create an entity collection
This method creates an entity collection.
Authentication
x-api-keystring
Your API key.
<Note title="Note">
You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-key" target="_blank">API Key</a> page.
</Note>
Request
This endpoint expects an object.
name
The name of the entity collection. Make sure you use a succinct and descriptive name.
description
Optional description of the entity collection.
Response
The entity collection has been successfully created.
_id
The unique identifier of the entity collection.
name
The name of the entity collection.
description
The description of the entity collection.
created_at
The date and time, in RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the entity collection was created.
updated_at
The date and time, in RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the entity collection was last updated.