Knowledge Base

Create a knowledge base document from a JSON array of objects

post/companies/{company}/knowledge-base/documents/json_array

Path parameters

companyinteger required

Request body

namestring required

Display name for the document

itemsobject[] required

Array of freeform JSON objects. Rendered to Markdown for ElevenLabs upload; original array is returned in the resource.

identifierKeystring nullable

Optional stable identifier (e.g. FAQ, Customer_Questions). Useful when the client is filling in a section the business analysis could not extract.

businessUnitIdinteger nullable

Response

Document created

AppHttpResourcesApiKnowledgeBaseDocumentResource required— unresolved $ref

Changes