Skip to main content
POST
/
v1
/
simulation
/
run
cURL
curl --request POST \
  --url https://api.fluents.ai/v1/simulation/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "bot_agent_id": "550e8400-e29b-41d4-a716-446655440000",
  "customer_agent_id": "550e8400-e29b-41d4-a716-446655440000",
  "num_turns": 10,
  "context": {
    "key": "value"
  }
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.fluents.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json
bot_agent_id
string
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

customer_agent_id
string
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

num_turns
number
required
Required range: 1 <= x <= 50
Example:

10

context
object
Example:
{ "key": "value" }

Response

201 - application/json

The response is of type object.