Skip to main content
POST
Retexture

Headers

Request Body

Example Requests

Material Transformation

Response

Returns a task object containing the task information.
This is the initial success response. Use the job_id to check the task status via the Get Task endpoint to retrieve the completed result with image URLs.

Supported Formats

  • Image URL: HTTPS URLs pointing to image files (max length: 1024 characters)
  • Supported Types: JPG, PNG, WebP
  • Max File Size: 10MB

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json
imgUrl
string<uri>
required

URL of the source image

Maximum string length: 1024
remixPrompt
string
required

Text description of desired texture/material transformation

Required string length: 1 - 8192
callback
string<uri>

Callback URL for task completion notifications

Response

Retexture task created successfully