Passer au contenu principal
POST
/
v1
/
midjourney
/
generations
/
remix-strong
curl --request POST \
  --url https://api.apimart.ai/v1/midjourney/generations/remix-strong \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
    "task_id": "task_<v8_imagine_id>",
    "index": 1,
    "speed": "fast"
  }'
{
  "code": 200,
  "data": [
    {
      "status": "submitted",
      "task_id": "task_01KV52C0TEJSYZMCG0NCS4YWKK"
    }
  ]
}
curl --request POST \
  --url https://api.apimart.ai/v1/midjourney/generations/remix-strong \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
    "task_id": "task_<v8_imagine_id>",
    "index": 1,
    "speed": "fast"
  }'
{
  "code": 200,
  "data": [
    {
      "status": "submitted",
      "task_id": "task_01KV52C0TEJSYZMCG0NCS4YWKK"
    }
  ]
}
Le « reshape » du panneau v8 — régénère l’image parente et peut changer le prompt. Disponible uniquement pour les tâches parentes v8 / v8.1 ; pour les parents v7 / v6, utilisez Variation / High Variation.
POST /v1/midjourney/generations/remix-strong
POST /v1/midjourney/generations/remix-subtle
Le panneau v8 a supprimé U1-U4 / pan / zoom / outpaint / inpaint. Remplacements : variation → Variation / High Variation, reshape → cet endpoint, régénérer → Reroll.
ItemValeur
actionREMIX_STRONG / REMIX_SUBTLE
Facturationmidjourney@remix_strong[-speed] / midjourney@remix_subtle[-speed]
Requistask_id + index

Paramètres

ChampTypeRequisDéfautDescription
task_idstringOuiTâche parente (v8 / v8.1 imagine SUCCESS)
indexintOuiQuelle tuile parente reshaper (14)
promptstringNon(hérite du parent)Nouveau prompt pour le reshape ; si vide, utilise le prompt du parent
speedstringNonrelaxrelax / fast / turbo

Comparaison de force

EndpointopAmpleur du changementAnalogie
/remix-strongremixStrongGrand changement, composition / style peuvent varierComme High Variation (fort)
/remix-subtleremixSubtlePetit changement, conserve sujet / tonalitéComme Variation (subtil)

Exemple de requête

Reshape fort :
{
  "task_id": "task_<v8_imagine_id>",
  "index": 1,
  "speed": "fast"
}
Un prompt personnalisé est transmis tel quel et peut changer le style / ajouter des détails.

Réponse

L’envoi renvoie un nouveau task_id local ; sondez GET /v1/tasks/{task_id}, et en cas de SUCCESS il inclut 4 images reshapées.

Notes

  • Seuls les parents v8 / v8.1 fonctionnent ; un parent non-v8 renvoie 400.
  • Pour les parents v7 / v6, utilisez Variation / High Variation / Low Variation.