Skip to main content
POST
Create Character
Creates a reusable Character asset. The request is asynchronous; poll the Character until status is ready before using its ID in a Render.

Request parameters

Send multipart/form-data. Provide exactly one of image or image_url.

Response parameters

Returns 200 OK with a Character object.

Examples

Next step

Use Get Character to poll the returned ID until it is ready.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

Character