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
Request parameters
[
{
"characterName": "Mickey Mouse"
},
{
"characterName": "Minnie Mouse"
}
]
Responses
Related Documentation
Get Characters: Retrieve characters.
Delete Character: Remove a manual character from a job.
API Reference: See all available endpoints and details.
28 January 2026