1. Get Started
  • 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. Get Started

Api Setup

Let's make your first API call to access AI functionalities using the service from Sellerpic!

Get API key#

💡
What is API key?
An API key is a secure credential that allows your code to interact with our API. Never share your API key with anyone, as it can be exploited without your knowledge.
Contact Us: support@sellerpic.ai

How to use#

All API requests require authentication using an API key.
Header NameDescription
Api-KeyYour unique API key

Api Base URL#

This is the URL to be used for all of our API calls:
https://api.sellerpic.ai
⚠️
Warning
Please do not call the API too frequently, Frequent API calls may lead to service limits.
Next
Get Rest Credit
Built with