Skip to main content
POST
Create Product V2
Create a product entry from a URL or manual product information. The system will extract product details automatically.

Example Usage

URL to Video Guide

Complete product video workflow

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain your key from the JoggAI dashboard.

Body

application/json
url
string

Product URL to crawl information from

Example:

"https://www.amazon.com/product/..."

name
string

Product name (required if no URL)

Example:

"Physicians Formula Happy Booster Heart Blush"

description
string

Product description and selling points

Example:

"Brush on a radiant blushing glow..."

target_audience
string

Target audience

Example:

"Beauty enthusiasts"

media
object[]

Media resources array

Response

200 - application/json

Success

code
integer
required

Business status code:

  • 0 - Success
  • 10104 - Record not found
  • 10105 - Invalid API key
  • 18020 - Insufficient credit
  • 18025 - No permission to call APIs
  • 40000 - Parameter error
  • 50000 - System error
Example:

0

msg
string
required

Response message

Example:

"Success"

data
object