Request Object
The product information is sent as JSON
Request Object Format
Example Request
curl --location --request POST 'https://api.frenzy.ai/imageUrlTextProcess' \
--header 'Content-Type: application/json' \
--header 'X-Frenzy-Authorization: API_KEY' \
--data-raw '[
{
"id": "123",
"imageurl": "http://image_url",
"text": "product description of the image"
}
]'Last updated