Product Listing
Turn a product photo into marketplace copy. Use when an agent helps a seller list an item without writing the description by hand.
Call it
The first response is 402 with the exact price and every rail you can
pay with. Pay, repeat the request with the proof, and you get the result.
curl -X POST https://api.glianalabs.com/v1/tools/product-listing \
-H 'content-type: application/json' \
-d '{"image_url":"https://example.com/product.jpg"}'When to use it
Inputs: image_url or image_base64 (required), language (optional). Returns title, description, category, colours and search tags in Indonesian and English. Writes only from what the photo shows — brands, sizes, materials and warranties are never inferred, and anything absent comes back null.
What it costs
$0.0080 per successful call — flat, with no plan, minimum or monthly fee. A call that fails validation is refused before it runs, so it is never charged.
Not sure this is the right endpoint? GET /v1/consult?intent=… is
free and answers that.