hire a coworker
POST
api.wexa.ai/marketplace/coworker/67f66d3f7d3b3c91c47a96da/purchase
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'api.wexa.ai/marketplace/coworker/67f66d3f7d3b3c91c47a96da/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
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-23 12:59:20