Skip to main content
POST
/
app
/
{appId}
/
run
Run an app (with POST body)
curl --request POST \
  --url https://demo.enneo.ai/api/mind/app/{appId}/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

appId
string
required

Body

application/json

The body is of type object.

Response

200 - text/html

Rendered HTML

The response is of type string.