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 PATCH \ --url https://app.autoposting.ai/api-proxy/kbs/{kbId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "success": true, "data": { "id": "<string>", "name": "<string>", "documentCount": 123, "createdAt": "2023-11-07T05:31:56Z", "description": "<string>" } }
API key as Authorization: Bearer sk-social-...
Authorization: Bearer sk-social-...
Knowledge base ID.
Success.
Show child attributes
Was this page helpful?