Item Description#
Generates a description for a given item title using AI and returns the result as an event stream.Endpoint:#
[GET] /api/ai/item_description
Parameters:#
Examples:#
Item Photos#
Generates a list of photos urls for a given item title and returns the result as a JSON array.Endpoint:#
[GET] /api/ai/item_photos
Parameters:#
Examples#
{
"images": [
"https://example.com/image1.png",
"https://example.com/image2.png",
"https://example.com/image3.png",
"https://example.com/image4.png",
"https://example.com/image5.png",
"https://example.com/image6.png",
"https://example.com/image7.png",
],
"meta": {
"count": 7,
"limit": 7,
"offset": 0
}
}
Modified at 2024-10-22 18:02:10