ImaginePro
HomeDocs
HomeDocs
    • Introduction
    • System Design
    • Get Started
    • My Account
      • Credits
      • Generation Modes
    • API Documentation
      • Generate Image
        POST
      • Get Progress
        GET
      • Upscale
        POST
      • Variation
        POST
      • Zoom
        POST
      • Pan
        POST
      • Reroll
        POST
      • Make Square
        POST
      • Cancel Job
        POST
      • Inpainting
        POST
      • Image to Text (describe)
        POST
      • Image to Image
        POST
      • Face Swap
        POST
      • Blend
        POST
      • History
        GET
      • Generate Image Boost
        POST
      • Button Boost
        POST
      • Prompt Check
        POST
      • Account Info
        GET
      • Generate Image - Flux Model
        POST
      • Remove Background
        POST
    • FLUX API Documentation
      • Generate Image
      • Upscale Image
    • Image Edit(Nanobanana) API Documentation
      • Edit/Generate Image
    • Video API Documentation
      • Generate Video By Image
      • Get Progress
      • Extend Video
    • DIY Plan Endpoints
      • Queue Management
        • Count jobs in queue
        • Reboot the queue
        • Pause the queue
        • Resume the queue
      • Get Linked Discord Token Details
      • Update Linked Discord Token Details
      • Toggle Linked Discord Token
      • Get Message Trace
      • Get Ban Words List
      • Update Ban Words List
      • Get Linked Account List
      • Get Linked Account queue status
      • Excute MJ commad
    • Guide
      • FAQ
      • Troubleshoot
    • HowTos
      • How to get Discord token, server and channel ID
      • How to use ImaginePro web app
      • How to make ImaginePro API request in Postman
      • How to use Midjourney V6
      • How to link your own Discord account
      • How to debug the ImaginePro web app
    • Web App
      • Credits
    • Schemas
      • link-token
    HomeDocs
    HomeDocs

    link-token

    {
        "id": 0,
        "token": "string",
        "channelId": "string",
        "serverId": "string",
        "isActive": true,
        "status": "FAST",
        "info": {
            "jobMode": "string",
            "runningJobs": "string",
            "relaxedUsuage": "string",
            "subscription": "string",
            "lifetimeUsage": "string",
            "queuedJobsFast": "string",
            "visibilityMode": "string",
            "queuedJobsRelax": "string",
            "fastTimeRemaining": "string"
        },
        "concurrency": 0
    }
    Built with