Check the unit consumption for each API. The values are consistent with those listed at https://yce.perfectcorp.com/ai-api/api-pricing.
Security
BearerAuthenticationV2
GET
curl -i -X GET \
'https://yce-api-01.makeupar.com/s2s/v2.0/credit/feature-cost?page_size=20&starting_token=MjA' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "status": 200, "result": { "next_token": "MjA", "skus": [ … ] } }