knowledgeStoreItems
Create a knowledge store item
This method adds an asset to a knowledge store for processing. The operation is asynchronous. The item is created immediately with the queued status and processed in the background.
The asset must not exceed 5 GB.
post/knowledge-stores/{knowledge_store_id}/items
Path parameters
knowledge_store_idstring required
The unique identifier of the knowledge store.
Headers
x-api-keystring required
Your API key.
<Note title="Note"> You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-keys" target="_blank">API Keys</a> page. </Note>Request body
Response
The item creation request has been accepted and is processing.
Changes
Changed in 2 of the 8 revisions of this API.11
- ●
removed the optional property
docs_urlfrom the response with the400statusresponse-optional-property-removed
- ●
- ○
endpoint added
endpoint-added
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○