Studio

Upscale an existing image or video attachment

Takes an existing image or video attachment and generates a new upscaled attachment from it. Returns immediately with generation status.

post/v1/studio/upscale

Request body

attachmentIdstring required

Attachment ID of the image or video to upscale

Example request

{
  "attachmentId": "uuid"
}

Response

Upscale started successfully

idstring required

Attachment ID

type'image' | 'video' | 'audio' | 'gift' required

Type of media

status'IN_QUEUE' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TIMED_OUT' required

Status of the media generation

modelIdstring required

Model ID associated with this generation

createdAtstring date-time required

Creation timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.