Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
获取 Midjourney 任务的图片 Seed 值
更新日期:2026-06-06
GET /mj/task/{id}/image-seed
curl https://api.crazyrouter.com/mj/task/task_1234567890/image-seed \ -H "Authorization: Bearer YOUR_API_KEY"
import requests response = requests.get( "https://api.crazyrouter.com/mj/task/task_1234567890/image-seed", headers={"Authorization": "Bearer YOUR_API_KEY"} ) print(response.json())
{ "code": 1, "description": "成功", "result": "1234567890" }
result
--seed 1234567890
--seed
{ "prompt": "a beautiful sunset over the ocean --ar 16:9 --v 6 --seed 1234567890" }