{
"images": [
"https://media.pixverse.ai/upload/880f121b-4036-4ff5-a153-58aff9417d05.jpg"
]
}
curl --location --request POST 'https://api.leebay.cyou/pixverse/character' \
--header 'Authorization: Bearer your-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"images": [
"https://media.pixverse.ai/upload/880f121b-4036-4ff5-a153-58aff9417d05.jpg"
]
}'
{
"Resp": {
"AssetId": 315472036507328
},
"ErrCode": 0,
"ErrMsg": "Success"
}