Skip to main content
POST
/
models
/
v2
/
afshr
/
cam_finetune
{
  "error": "<string>",
  "output": "https://api.bytez.com/image/1234567890"
}

Authorizations

Authorization
string
header
required

Set Authorization header to BYTEZ_KEY 'Authorization: YOUR_BYTEZ_KEY_HERE'

Body

application/json

Schema for unconditional-image-generation models

The body is of type any.

Response

Successful unconditional-image-generation response.

error
string | null
required

Null on success; otherwise an error message.

output
string
required

Successful response with the generated image link

Example:

"https://api.bytez.com/image/1234567890"