Request
Body Params application/json
{
"templateImageFileId": "2a22d8f1364d4903a4f7ec98d2046899"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/topview/v1/photo_avatar/template/create' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateImageFileId": "2a22d8f1364d4903a4f7ec98d2046899"
}'
Responses
application/json {
"code": "200",
"message": "Success",
"result": "dab883ed0db743a19c407b2eeaf11e4e"
}
Modified at 2026-01-23 07:13:22