
🇨🇳 Chinese

🇨🇳 Chinese
- OpenAI格式
- Anthropic
- Suno(音乐)
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺(视频)
查询任务
GET
/flux/v1/get_result
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
id
string
optional
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Responses
🟢200成功
application/json
Body
object {0}
Example
{
"id": "a8b95720-6eb2-4ef2-b120-2a1b99d41324",
"result": {
"seed": 42,
"prompt": "ein fantastisches bild",
"sample": "https://bfldeliverysc.blob.core.windows.net/results/63129ec80830458a86feb0a568369c9e/sample.jpeg?se=2024-11-13T03%3A26%3A08Z&sp=r&sv=2024-11-04&sr=b&rsct=image/jpeg&sig=u8EPBV5yXIj36Nzd4xmPZVvsvxKiZV2EsqQkHwh7im4%3D",
"duration": 5.063358545303345,
"end_time": 1731467769.3061166,
"start_time": 1731467764.242758
},
"status": "Ready"
}
Modified at 2025-01-17 13:18:23