Skip to main content
POST
/
api
/
knowledge
/
analyze
Create Knowledge Analyze
curl --request POST \
  --url https://api.example.com/api/knowledge/analyze \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "file": "File"
}'

Authorizations

Authorization
string
header
required

Logto JWT access token

Body

file
file
default:File
required
processingModel
object

Response

200

Successful response