skills by name
GET
https://api.wexa.ai/skills/
Last modified:2025-04-25 09:18:31
Get Skills by Name
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.wexa.ai/skills/?name=Content creator - Content creation&projectID=67fdea40aac77be632954f13' \
--header 'x-api-key: 7dd7e31a-5c0b-482f-8ac7-1fa72ac0a81a'
Response Response Example
{
"total_count": 2,
"skills": [
{
"_id": "67fdea9a68df1c3e9580a547",
"name": "Content creator - Content creation",
"projectID": "67fdea40aac77be632954f13",
"connector_id": "67fdea9968df1c3e9580a546",
"description": "Creates content",
"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",
"is_deleted": false,
"user_id": null,
"actions": [],
"initial_action_id": "67fdea9a68df1c3e9580a548"
},
{
"_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,
"actions": null,
"initial_action_id": null
}
]
}
Request
Query Params
name
string
required
Example:
Content creator - Content creation
projectID
string
required
Example:
67fdea40aac77be632954f13
Header Params
x-api-key
string
required
Example:
7dd7e31a-5c0b-482f-8ac7-1fa72ac0a81a
Responses
Modified at 2025-04-25 09:18:31