Skip to main content
POST
App Execute Action

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Body

application/json

Input payload for triggering a GPT action. Contains the user's input and operation ID.

app_name
string
required

The identifier of the App to invoke.

user_input
string
required

The natural language input describing the desired action.

context
Context · object | null

Contextual parameters for the action, including operationId and any required inputs.

response_format
string | null
default:raw

Response format: 'raw' (default) or 'formatted_md'.

Response

Successful Response

Response model for a GPT action. Contains the message or result returned by the GPT action.

message
any
required

The response message or result from the GPT action