---
title: "Create reve remix"
method: POST
path: "/reve/remix"
tags: ["Reve"]
---

# Create reve remix

`POST /reve/remix`

Submit an asynchronous generation request to `/reve/remix`. The response includes request metadata for status tracking and cancellation.

## Request body

- object
  - `prompt` string, required
  - `image_urls` string[], required
  - `num_images` integer
  - `aspect_ratio` '1:1' | '4:3' | '3:4' | '3:2' | '2:3' | '5:4' | '4:5' | '16:9' | '9:16'

## Response `200`

The request status

- RequestStatus
  - `status` 'queued' | 'in_progress' | 'nsfw' | 'failed' | 'completed' | 'canceled', required
  - `request_id` string, uuid, required
  - `status_url` string, uri
  - `cancel_url` string, uri
  - `error` string, nullable
  - `images` MediaOutput[]
    - `url` string, uri, required
  - `video` MediaOutput
    - `url` string, uri, required
  - `audio` MediaOutput
    - `url` string, uri, required
  - `audios` MediaOutput[]
    - `url` string, uri, required

---

[API](https://skmtc.dev/higgsfield/apis/higgsfield-api.md) · [All operations](https://skmtc.dev/higgsfield/apis/higgsfield-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/higgsfield/higgsfield-api/revisions/374f308d7093/schema)
