Skip to main content
POST
/
api
/
workforces
/
from-prompt
Create Workforce From Prompt Endpoint
curl --request POST \
  --url https://api.example.com/api/workforces/from-prompt \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
prompt
string
required
Minimum string length: 1

Response

Successful Response

The response is of type Response Create Workforce From Prompt Endpoint Api Workforces From Prompt Post · object.