v3

OpenAPI 3.1.02026-07-31350397683.8 KB
Digital Humans

Generate Digital Humans

Given an agent this endpoint generates digital humans to test that agent based on varying simulation types.

post/v1/generate-digital-humans

Headers

X-API-Keystring required

API key required to authenticate requests.

Request body

agent_idstring required

ID of the agent to be used to generate the digital humans

simulation_idstring nullable

Optionally attach the digital humans to a simulation

prompt_idstring uuid nullable

Prompt UUID associated with the simulation

knowledge_base_idstring uuid nullable

Knowledge base UUID associated with the simulation

workflow_adherenceobject nullable

Dictionary of workflow IDs and their counts

workflow_adherence_v2object nullable

Dictionary of workflow_v2 IDs and their counts (uses new graph definition format)

load_testinginteger nullable

Number of load testing calls

red_teaminginteger nullable

Number of red teaming calls

num_runsinteger nullable

Number of runs per digital human per simulation run (run count).

Response

Successful Response

statusstring

Status of the response

successboolean

Whether the generation succeeded

warningstring nullable

Warning message if the request was modified (e.g. truncated due to exceeding the max limit)