Skip to main content
POST
/
v1
/
ui
/
providers
/
documents
/
analyze
cURL
curl --request POST \
  --url https://api.example.com/v1/ui/providers/documents/analyze \
  --header 'Content-Type: multipart/form-data' \
  --form document='@example-file'

Body

multipart/form-data
document
file

Response

201 - undefined