Skip to main content
GET
cURL
🪙2 creditsper request

Copy for AI

🤖 Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

region
string
required

Region code

photo_search_image_uri
string
required

image_uri from the photo_search object returned by Product Image Search. Use the value returned in the image_uri field. {"photo_search": {"image_uri": "20260605022938F85A7F7A6DDEE0046576", "box_detection": [ "0.221484,0.109180,0.800391,0.880664", "0.326758,0.682324,0.692773,0.912207" ]}} Use the value returned in the image_uri field.

Example:

"20260605022938F85A7F7A6DDEE0046576"

photo_search_box_detection
string
required

box_detection from the photo_search object returned by Product Image Search. Use any value from the box_detection array. {"photo_search": {"image_uri": "20260605022938F85A7F7A6DDEE0046576", "box_detection": [ "0.221484,0.109180,0.800391,0.880664", "0.326758,0.682324,0.692773,0.912207" ]}} Use any one of the values in the box_detection array.

Example:

"0.221484,0.109180,0.800391,0.880664"

offset
string

Pagination offset. Default is 0

Example:

"0"

count
string

Number of items to return

Example:

"10"

sk
string

Keyword. It affects returned results by matching product names

Example:

"paper"

Response

Success

The response is of type object.