1. Try-On Accessory
  • Get Started
    • Api Setup
  • Plan
    • Get Rest Credit
      GET
  • Style
    • Style List
      GET
  • Try-On Accessory
    • Create Try-On Accessory Task
      POST
    • Get Try-On Accessory Result
      GET
  1. Try-On Accessory

Get Try-On Accessory Result

GET
/image/api/make/tryon/accessory/info/{id}
Image links are available for a limited period of time; if you would like to keep the image, you must download it.

Request

Authorization
Add parameter in header
Api-Key
Example:
Api-Key: ********************
Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sellerpic.ai/image/api/make/tryon/accessory/info/' \
--header 'Api-Key;'

Responses

🟢200OK
*/*
OK
Body

Example
{
  "code": 200,
  "data": {
    "status": "integer",
    "url": "string",
    "errorCode": "string",
    "errorMsg": "string"
  },
  "msg": "string",
  "msgKey": "string",
  "traceId": "string"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Previous
Create Try-On Accessory Task
Built with