Flecto AI
We've restructured the FlectoAI endpoints to match a model based structure,
and because of that, all endpoints were moved into a more streamlined set.API#
Updated Features#
attributes: authorization, auth0-idtoken, accept-language, item_ids[]
description: used to generate a mosaic picture from a list of item ids.
response: returns a cloudflare url to the generated picture
change: moved from /api/ai/item_mosaic
→ /api/ai/bundle/photos/generate
attributes: authorization, auth0-idtoken, accept-language, title
description: used to generate a description based on an item title
response: returns the OpenAI generated item description using Server Sent Events.
change: moved from /api/ai/item_description
→ /api/ai/item/description/generate
attributes: authorization, auth0-idtoken, accept-language, title
description: used to generate images based on an item title.
response: returns a list of validated image urls from BingImageSearch.
change: moved from /api/ai/item_photos
→ /api/ai/item/photos/generate
attributes: authorization, auth0-idtoken, accept-language, title
description: used to associate an item to an ItemCategory
response: returns a list of suggested ItemCategories ordered by probability.
change: moved from /api/ai/item_categories
→ /api/ai/item_category/hint
New Features#
attributes: authorization, auth0-idtoken, accept-language, title
description: used to generate a short description based on a Custom Category title
response: returns the OpenAI generated category description using Server Sent Events.
route: /api/ai/item_category/description/generate
attributes: authorization, auth0-idtoken, accept-language, title
description: used to generate images based on a Custom Category title.
response: returns a list of validated image urls from BingImageSearch.
route: /api/ai/item_category/photos/generate
Modified at 2025-01-24 15:40:45