POST
/
api
/
v2
/
actions
/
{actionId}
/
execute
/
get.inputs

Authorizations

x-api-key
string
headerrequired

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Path Parameters

actionId
string
required

Body

application/json
text
string
required

The use-case description for the action, this will give context to LLM to generate the correct inputs for the action.

Minimum length: 1
customDescription
string

The custom description for the action, use this to provide customised context about the action to the LLM to suit your use-case.

systemPrompt
string

The system prompt to be used by LLM, use this to control and guide the behaviour of the LLM.

Response

200 - application/json
arguments
object

The arguments for the action needed to execute the given task.

error
string

The error message if the arguments were not generated successfully.