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.
使用 AGICTO API 生成图片和创意视觉素材
/v1/images/generations
/v1/mj/submit/imagine
/v1/mj/submit/action
/mj/task/{result}/fetch
curl https://api.agicto.cn/v1/images/generations \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "MODEL_NAME", "prompt": "A clean product illustration for an API dashboard", "size": "1024x1024" }'
curl https://api.agicto.cn/v1/mj/submit/imagine \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: application/json" \ -d '{ "prompt": "A futuristic API control center, clean UI, premium product render" }'