2K
1
credit.5
curl --location --request POST 'https://api.sellerpic.ai/v1/api/generate/instructEdit' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageKey": "UPLOAD/MANAGE/SAMPLE/instruct-edit/6-quote.webp",
"prompt": "The model touches her hairband and her face slightly turns to the side."
}'
{
"code": 0,
"data": {
"id": "string"
},
"msg": "string",
"success": true,
"traceId": "string"
}