Simulations

Add Digital Humans To Simulation

add existing digital humans to a simulation without replacing existing associations.

post/v1/simulation/{simulation_id}/add-digital-humans

Path parameters

simulation_idinteger required

Headers

X-API-Keystring required

API key required to authenticate requests.

Request body

digital_human_idsinteger[] required

array of existing digital human IDs to add to the simulation

Response

Successful Response

messagestring required

success or partial_success message

failed_sip_reconcile_idsinteger[]

digital human ids linked to the simulation but whose always-on SIP reconcile failed; they are active but currently unroutable

Changes

Changed in 1 of the 19 revisions of this API.1

    • added the optional property failed_sip_reconcile_ids to the response with the 200 status

      response-optional-property-added