Skip to content

Query: Fetch Image Seed by ID

Overview

  • Method: GET
  • Path: /mj/task/{id}/image-seed

Authentication

  • Use HTTP Bearer Token, Example: Authorization: Bearer sk-xxxxx

Path Parameters

ParameterTypeRequiredDescription
idstringYesTask ID

Request Example

bash
curl -X GET "https://api.gpt.ge/mj/task/1725017986212425/image-seed" \
  -H "Authorization: Bearer sk-xxxx"

Response Example (200)

json
{
  "seed": 12345678
}