1. Image generation
PixVerse Platform Docs
  • Overview
    • Introduction to PixVerse API Platform
    • Quick Start
    • How does the API work?
    • How to get API key?
    • PixVerse-api-llm.txt
  • Models
    • Model Overview
    • Capability matrix
    • C1
    • V6
    • Pricing
  • Guides
    • Get video generation status
    • Check account balance
    • Subscribe API plans
    • Text-to-video
    • Image-to-video
    • Video Effects
    • Image template
    • Transition(First-last frame Feature)
    • Extend
    • Modify
    • Sound effects
    • Speech(Lip sync)
    • Lip sync TTS speaker list
    • Fusion(Reference to video)
    • Restyle
    • Multi-transition
    • Swap
    • Motion Control(Mimic)
    • Webhook integration
  • API Reference
    • Rate limit
    • Video Generation
      • Text-to-Video generation
      • Image-to-Video generation
      • Template video generation
      • Transition(First-last frame) generation
      • Speech(Lipsync) generation
      • Get Speech(Lipsync) tts list
      • Fusion(reference to video) generation
      • Multi-transition video generation
      • Restyle video generation
      • Restyle effect list
      • Swap mask generation
      • Swap video generation
      • Sound effect generation
      • Extend generation
      • Get Video Generation Status
      • Motion Control (Mimic) generation
      • Modify generation
      • Upscale Video
    • Image generation
      • Image template generation
        POST
      • Get Image generation
        GET
    • Upload Image
      POST
    • Get user credit balance
      GET
    • Upload Video&audio
      POST
  • Troubleshooting
    • FAQ
    • Common errors and Solutions
    • Error codes
  • Resources
    • Support
    • Changelogs
    • PixVerse MCP
    • Terms of Service
    • Privacy policy
  1. Image generation

Get Image generation

GET
/openapi/v2/image/result/{image_id}

Request

Path Params

Header Params

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
curl --location 'https://app-api.pixverse.ai/openapi/v2/image/result/' \
--header 'Ai-trace-Id: your-ai-trace-id' \
--header 'API-KEY: your-api-key'
Response Response Example
{
    "ErrCode": 0,
    "ErrMsg": "Success",
    "Resp": {
        "image_id": 0,
        "prompt": "",
        "url": "https://media.pixverse.ai/xxx.jpg",
        "seed": 1317175257,
        "status": 1,
        "prompt_translate": "",
        "template_id": 0,
        "create_time": "2026-02-04T03:55:13Z",
        "modify_time": "2026-02-04T03:55:13Z",
        "outputWidth": 0,
        "outputHeight": 0,
        "credits": 30,
        "customer_paths": {
            "ext_info": null,
            "agent_info": null,
            "cameo_id_list": null,
            "duration_type": "",
            "fusion_id_list": null,
            "model_evaluator": "",
            "customer_img_paths": [
                "xxx.jpg"
            ],
            "gen_img_req_img_ids": [
                0
            ]
        }
    }
}
Previous
Image template generation
Next
Upload Image