Best in class e-commerce catalog enrichment.
curl -X POST "https://catalogapi.rastro.ai/api/public/enrich" \ -H "Authorization: Bearer rastro_pk_..." \ -H "Content-Type: application/json" \ -d '{ "prompt": "Find product specifications", "items": [{"name": "iPhone 15 Pro"}], "output_schema": [ {"name": "price", "type": "string", "description": "Current retail price"}, {"name": "weight", "type": "string", "description": "Product weight with units"} ] }'