Skip to main content
GET
/
products
cURL
curl --request GET \
  --url https://api.kua.ai/weaver/api/v2/products
{
  "products": [
    {
      "brand": "<string>",
      "createdAt": 123,
      "description": "<string>",
      "feature": "<string>",
      "id": "<string>",
      "link": "<string>",
      "mainImage": "<string>",
      "specification": "<string>",
      "title": "<string>",
      "updatedAt": 123,
      "genre": "Custom",
      "images": [
        "<string>"
      ],
      "keywords": [
        "<string>"
      ],
      "tags": [
        "<string>"
      ],
      "videos": [
        "<string>"
      ]
    }
  ],
  "nextToken": "<string>"
}

Query Parameters

genre
enum<string>
Available options:
Custom,
Amazon
nextToken
string
limit
integer
default:10
Required range: x >= 1

Response

200 - application/json

Successful Response

Product List

products
object[]
nextToken
string