1.0.1
  • 1.0.1
  • 1.0.0
  1. API Reference
1.0.1
  • 1.0.1
  • 1.0.0
  • Get Started
  • API Reference
    • Create Task
      • Image To Video
      • Instruct Edit
      • Try-On (Apparel)
      • Try-On (Accessories)
      • Lifestyle Scene
      • Swap Fashion Model
      • Background Replacer
      • Segment Image By Prompt
      • Segment Image By Type
      • Background Remover
    • Upload Asset File
      POST
    • List Preset Materials
      GET
    • Check Task Status
      GET
    • Get Download Url
      GET
    • Retrieve API Credit Usage
      GET
  • Help
    • Download File Samples
    • Error Codes
    • FAQ
  1. API Reference

Get Download Url

GET
https://api.sellerpic.ai/v1/api/download
Once the task is confirmed as completed, Use this API to get downloadable URL for the final edited image.
Download Link Specifications:
Validity: 12 hours
Timer starts: Upon first successful API response
Identical API requests return the same download URL until its 12-hour validity period expires
Expiration behavior: HTTP 403 status
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sellerpic.ai/v1/api/download?downloadFormat&id&uhd' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json'
Response Response Example
200 - Example 1
{
    "code": 0,
    "data": {
        "name": "string",
        "status": "string",
        "fileUrl": "string",
        "errorMsg": "string"
    },
    "msg": "string",
    "success": true,
    "traceId": "string"
}

Request

Query Params

Header Params

Responses

🟢200OK
*/*
OK
Body

🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Modified at 2025-07-30 07:36:14
Previous
Check Task Status
Next
Retrieve API Credit Usage
Built with