cURL
curl --request POST \ --url http://localhost:4010/api/images/{id}/retry \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "strength": "strong" } '
201
Example
Request Id for canceling edit request(취소 요청을 위한 요청 ID)
플랫폼 구분 (web, app, figma)
web
app
figma
api
Image ID(이미지 ID)
Strength(강도)
strong
subtle
Retry Image(재시도 이미지)
Upscaled Image(업스케일된 이미지)
Show child attributes