Ariel API Docs Help

Create Characters

Description

This endpoint allows you to create one or more manual characters associated with a specific job. You can create multiple characters in a single request by passing an array of character objects in the request body.

Endpoint

/v1/jobs/{entityId}/characters

Request parameters

[ { "characterName": "Mickey Mouse" }, { "characterName": "Minnie Mouse" } ]

Responses

28 January 2026