Skip to main content
API for Team Builder

API Team Builder

Officely AI avatar
Written by Officely AI
Updated over 5 months ago

To use our API from any platform, you can make a simple HTTP request.

curl -X POST https://api.officely.ai/runTeam \
-H "Content-Type: application/json" \
-H "x-officely-token: your_token_here" \
-d '{
"query": "Your query here",
"agent_id": "123",
"chat_history": [
{"text": "Previous message text", "type": "inbound"}
]
}'

for early access to the team builder click here

you can find your Officely main token here

Coming soon! We will be launching a mid-tier plan for $129 + per usage query, with full access to the team builder!

Did this answer your question?