Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.bey.dev/v1/knowledge-files/{id}/upload \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Upload a single chunk of a knowledge file.
Your Beyond Presence API Key.
Knowledge File ID.
Chunk number, starting from 0.
x >= 0
Successful Response