Skip to main content
POST
/
api
/
ai
/
knowledges
/
{id}
/
process
cURL
curl --request POST \
  --url https://api.example.com/api/ai/knowledges/{id}/process \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json

Response

201 - undefined