Agent API
Use the AI agent programmatically to build and manage Workflows via the REST API.
Chat
Name
Value
Name
Type
Description
Required
curl -X POST "https://api.roboflow.com/my-workspace/agent/chat" \
-H "Content-Type: application/json" \
-d '{
"api_key": "'"$ROBOFLOW_API_KEY"'",
"message": "Build me a workflow that detects cars and counts them"
}'Field
Description
Publish a Workflow
List Conversations
Name
Type
Description
Required
Get a Conversation
Error Responses
Status
Meaning
Last updated
Was this helpful?