
🇺🇸 English

🇺🇸 English
- Chat Models
- Chat
- OpenAI-Realtime
- Completions
- Audio
- Image generation
- Embeddings
- Models
- Help
- Anthropic
- Suno
- Udio
- Midjourney API
- Flux
- Recraft
- Ideogram
- Luma
- Runway
- Kling-API
- Replicate
- MiniMax
Get seed
GET
/mj/task/{id}/image-seed
任务查询
Last modified:2025-02-05 11:24:14
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
string
required
Header Params
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/mj/task//image-seed' \
--header 'Authorization: '
Responses
🟢200OK
application/json
Body
code
integer <int32>
optional
description
string
optional
result
string
optional
Example
{
"code": 0,
"description": "string",
"result": "string"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found