v3

OpenAPI 3.1.02026-07-31350397683.8 KB
Digital Humans

Duplicate Digital Human

Duplicate a digital human at the database level.

Copies every column of the source row (cloned voice, custom background noise, interruption/speaks-first configs, transcripts, audio quirks) plus its traits, scripted responses and expected tool calls — without re-validating stored values, so copies of voice-ambience or custom-noise digital humans always succeed. The copy starts without a phone number and always-on inactive.

post/v1/digital-human/{digital_human_id}/duplicate

Path parameters

digital_human_idinteger required

Headers

X-API-Keystring required

API key required to authenticate requests.

Request body

namestring nullable

Name for the copy; defaults to "<source name> (Copy)"

simulation_idsinteger[] nullable

Simulations to attach the copy to. Omit to copy the source's associations; pass [] for none.

Response

Successful Response

simulation_idsinteger[] nullable

List of simulation IDs associated with this digital human

simulation_idinteger nullable

ID of the associated simulation. Use simulation_ids instead.