πQuick Start
Don't worry. We get it! It's always more fun to jump right in and then read the documentation if something breaks. We got you covered.
Last updated
curl --location 'https://api.robomua.com/api/skinshade' \
--header 'x-api-key: your-api-key' \
--form 'file=@"/path/to/your/image.jpeg"'{
"skinShade": "#hex-color",
"toneRange": "tone-range"
}
curl --location 'https://api.robomua.com/api/lips' \
--header 'x-api-key: your-api-key' \
--form 'file=@"/path/to/your/image.jpeg"' \
--form 'color="color-name"'{
"lipsImage": "base64-encoded-string"
}
curl --location 'api.robomua.com/api/hairswap' \
--header 'x-api-key: your-api-key' \
--form 'file=@"/path/to/your/image.jpeg""' \
--form 'hair="integer-for-style"'{
"hairstyleImage": "base64-encoded-string"
}