get marketplace coworkers
GET
api.wexa.ai/public/marketplace/coworkers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'api.wexa.ai/public/marketplace/coworkers?search_key=&limit=20' \
--header 'x-api-key: {{x-api-key}}'
Response Response Example
{ "coworkers": [ { "_id": "67f73fa6f55e1a49293771eb", "price": 0, "connectors": [ { "index": 0, "name": "Content creator", "category": "content_creator", "logo": "https://klotdev.blob.core.windows.net/wexa/92d70903-e331-445f-a34d-eebc93d4a520_429-4292382_generalicons-meeting-social-security-icon-png.png", "connector_id": null, "tags": [], "skip_without_configuration": true, "triggers": [], "is_premium": false, "original_id": "67f6857486dab19eaa81f768", "config": {}, "coworker_metadata": null, "connector_type": "system", "reference_id": "67f73fa6f55e1a49293771ea", "skills": {} } ], "connector_group": [], "tables": [], "files": [], "coworkers": [], "name": "Pulse", "description": "Manages team updates through voice call based on initial prompt to voice connector", "dashboard": null, "version": "Version.1.prod", "role": "AI Project Manager", "category": "sales", "original_coworker_ids": [ "67f73f64f55e1a49293771e3" ], "author": { "name": "Akhil", "role": "Developer", "image_url": "https://klotdev.blob.core.windows.net/coworkers/wexaworker6.png", "social_info": { "email": "akhil@wexa.ai", "github": null, "twitter": null, "linkedin": null, "medium": null, "website": null, "support_email": null } }, "starred_by": [], "installations": 0, "is_featured": false, "details": { "metrics": [ "calls" ], "use_cases": [ { "name": "call", "result": "sent" } ] }, "reference_coworker_id": "67e13679dda9e35f4da469f8" }, { "_id": "67f73f95f55e1a49293771e9", "price": 0, "connectors": [ { "index": 0, "name": "Content creator", "category": "content_creator", "logo": "https://klotdev.blob.core.windows.net/wexa/92d70903-e331-445f-a34d-eebc93d4a520_429-4292382_generalicons-meeting-social-security-icon-png.png", "connector_id": null, "tags": [], "skip_without_configuration": true, "triggers": [], "is_premium": false, "original_id": "67f6857486dab19eaa81f768", "config": {}, "coworker_metadata": null, "connector_type": "system", "reference_id": "67f73f95f55e1a49293771e8", "skills": {} } ], "connector_group": [], "tables": [], "files": [], "coworkers": [], "name": "Pulse", "description": "Manages team updates through voice call based on initial prompt to voice connector", "dashboard": null, "version": "Version.1.prod", "role": "AI Project Manager", "category": "sales", "original_coworker_ids": [ "67f73f64f55e1a49293771e3" ], "author": { "name": "Akhil", "role": "Developer", "image_url": "https://klotdev.blob.core.windows.net/coworkers/wexaworker6.png", "social_info": { "email": "akhil@wexa.ai", "github": null, "twitter": null, "linkedin": null, "medium": null, "website": null, "support_email": null } }, "starred_by": [], "installations": 0, "is_featured": false, "details": { "metrics": [ "calls" ], "use_cases": [ { "name": "call", "result": "sent" } ] }, "reference_coworker_id": "67e13679dda9e35f4da469f8" }, { "_id": "67f685c686dab19eaa81f76d", "price": 0,
Request
Query Params
search_key
stringÂ
required
limit
stringÂ
required
Example:
20
Header Params
x-api-key
stringÂ
required
Example:
{{x-api-key}}
Responses
Modified at 2025-04-23 12:55:58