Authorization: Bearer ********************
curl --location -g --request POST '{{YOUR_BASE_URL}}/recraft/v1/images/vectorize' \
--form 'file=@"/Users/betterme/Desktop/x.png"' \
--form 'response_format=""'
{
"created": 1743596029,
"credits": 10,
"image": {
"image_id": "8a1a56d6-08b9-49ec-8005-ca2e1aee7e38",
"url": "https://img.recraft.ai/2bAmG2hN0GRnrzFB4OuFjPXeg90ZPplSWYlNOth5iCM/rs:fit:342:306:0/raw:1/plain/abs://external/images/8a1a56d6-08b9-49ec-8005-ca2e1aee7e38"
}
}