flux_dev文生図タスクを作成
価格:0.03 PTC/回
Request
Body Params application/json
{
"prompt": "a monkey king",
"guidance_scale": 3.5,
"num_inference_steps": 28,
"image_height": 1024,
"image_width": 1024
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/v2/flux/flux_dev/task' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "a monkey king",
"guidance_scale": 3.5,
"num_inference_steps": 28,
"image_height": 1024,
"image_width": 1024
}'
Responses
{
"task_id": "268a9200-25b8-4eec-9ddc-5fa13d5b0a76"
}
Modified at 2026-01-15 06:00:55