hire a coworker
POST
https://api.wexa.ai/marketplace/coworker/{coworker_id}/purchase
Last modified:2025-04-26 08:20:33
Hire an AI Coworker from the Marketplace
coworker_id
. Hiring a coworker integrates it into your selected workspace, enabling it to perform predefined automation tasks and workflows tailored to your organization's needs.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.wexa.ai/marketplace/coworker//purchase?organization_id=67fdea40aac77be632954f0f' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
"message": "Coworker purchased successfully",
"price_paid": 0
}
Request
Path Params
coworker_id
string
required
Query Params
organization_id
string
required
Example:
67fdea40aac77be632954f0f
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Body Params application/json
Responses
Modified at 2025-04-26 08:20:33