create action
POST
https://api.wexa.ai/action
Last modified:2025-04-25 10:58:21
Create a New Action
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.wexa.ai/action' \
--header 'x-api-key: a85473f7-bf65-43dd-8917-d951cb05bde5' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"persoanl",
"category":"persoanl"
}'
Response Response Example
{}
Request
Header Params
x-api-key
string
optional
Example:
a85473f7-bf65-43dd-8917-d951cb05bde5
Body Params application/json
Responses
Modified at 2025-04-25 10:58:21