Skip to main content
GET
Fetch a persisted character by id

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

The request has succeeded.

id
string
required

Persisted character id (char_...).

imageUrl
string<uri>
required

HTTPS CDN URL of the character image.

model
string
required

Provider model id that produced the image.

createdAt
integer<int64>
required

Creation timestamp, epoch milliseconds.