chatformdocs
API referenceV1

Add pasted text as knowledge

POST
/v1/forms/{id}/knowledge/text

Authorization

AuthorizationBearer <token>

A server-side secret key. Never send one from a browser — a request carrying an Origin header is refused for this reason.

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/forms/string/knowledge/text" \  -H "Content-Type: application/json" \  -d '{    "title": "string",    "body": "string"  }'
{  "id": "string"}