cURL
curl --request POST \ --url https://open.skills.video/api/v1/generation/topaz/upscale/image \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "image_url": "<string>" } '
{ "id": "<string>", "status": "starting", "usage": { "total": 0, "subscription": 0, "permanent": 0 } }
API Key for API endpoints
Public URL of the source image to upscale
Number of results to generate (1-4)
1 <= x <= 4
Factor to upscale the image by (2.0 doubles width and height)
Generation status
Generation id.
starting
processing
succeeded
failed
canceled
Credit usage breakdown for the request
Show child attributes