create skill
POST
https://api.wexa.ai/skills/
Last modified:2025-04-25 09:19:59
Create Skill
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.wexa.ai/skills/' \
--header 'x-api-key: 7dd7e31a-5c0b-482f-8ac7-1fa72ac0a81a' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Content creator - Content creation new",
"logo": "https://klotdev.blob.core.windows.net/wexa/92d70903-e331-445f-a34d-eebc93d4a520_429-4292382_generalicons-meeting-social-security-icon-png.png",
"connector_name": "Content creator",
"description": "Creates content about anything you want",
"projectID": "67fdea40aac77be632954f13",
"connector_id": "67fdea9968df1c3e9580a546",
"user_id": null
}'
Response Response Example
{
"_id": "6804ccc418037c4e95410123",
"name": "Content creator - Content creation new",
"logo": "https://klotdev.blob.core.windows.net/wexa/92d70903-e331-445f-a34d-eebc93d4a520_429-4292382_generalicons-meeting-social-security-icon-png.png",
"connector_name": "Content creator",
"description": "Creates content about anything you want",
"projectID": "67fdea40aac77be632954f13",
"connector_id": "67fdea9968df1c3e9580a546",
"is_deleted": false,
"user_id": null
}
Request
Header Params
x-api-key
string
required
Example:
7dd7e31a-5c0b-482f-8ac7-1fa72ac0a81a
Body Params application/json
Responses
Modified at 2025-04-25 09:19:59