Skip to main content
POST
/
api
/
queries
/
{id}
/
execute
Execute prompt
curl --request POST \
  --url http://localhost:8000/api/queries/{id}/execute \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token from login. Use: Authorization: Bearer <token>

Path Parameters

id
string
required

Response

Execution started