πLips Application API
This API employs precise facial landmarks to accurately and naturally apply lipstick to the lips in an image.
Endpoints
GET /api/generatekey
Response
{
"roboKey": "your-api-key"
}POST /api/lips
x-api-key (header): Your API key.file (form-data): The image file. Should be of type png, jpg, jpeg, or heic.color (form-data): The name of the color of the lipstick.{
"lipsImage": "base64-encoded-string"
}
GET /api/lips-health
Response
Status Codes
Example Response
Error Codes
Authentication
Request Limit
Acceptable Image Files
Last updated