GET
/v1/infoAccount Info
Retrieve information about the Midjourney account linked to your hold. This sends the /info command to Midjourney via Discord and returns the parsed result.
Example Request
Response
Response Fields
user_idstring
Your Midjourney user ID.
subscriptionstring
Current plan (Basic, Standard, Pro, Mega).
job_modestring
Active mode — fast, relax, or turbo.
visibility_modestring
Image visibility — public or stealth.
fast_time_remainingstring
Remaining fast generation time (H:MM:SS).
lifetime_usagestring
Total images generated since account creation.
fast_usagestring
Images generated in fast mode this billing period.
turbo_usagestring
Images generated in turbo mode this billing period.
relaxed_usagestring
Images generated in relax mode this billing period.
queued_jobs_faststring
Number of fast jobs currently queued.
queued_jobs_relaxstring
Number of relax jobs currently queued.
running_jobsstring
Number of jobs currently running.
Status Codes
200Account info retrieved successfully.
401Invalid or missing API key.
502Failed to get info — Discord connection issue or Midjourney timeout.
⚠️ Note
This endpoint sends a real /info command to Midjourney via Discord. The response may take 5–15 seconds. Midjourney's /info response is ephemeral in some contexts, so this endpoint may occasionally return a timeout error — simply retry.