Endpoint
POST/loopos_ai_c2c_descriptor
Analyzes item photos, description, and metadata to generate marketplace listing details.
Request
Language code for the request (e.g., “PT-PT”, “en-US”)
List of image URLs or base64 data URLs of the item
Service-specific parameters:
category_name(string): Human readable categoryproduct_name(string): Product name/modelbrand_name(string): Brand nameuser_description(string): Seller’s descriptioncondition(string, optional): Condition hint (A, B, C, D)value_out_max(number, optional): Upper price hintvalue_out_min(number, optional): Lower price hintvalue_out_average(number, optional): Average price hint
Business context or additional information for the AI agent
Additional session metadata
Response
Maximum estimated selling price on second-hand platform
Minimum estimated selling price on second-hand platform
Average estimated selling price on second-hand platform
Generated title for the marketplace posting
Generated description of the item in its current condition
Item condition: A (Excellent), B (Good), C (Fair), D (Poor)
Box size: S (Small), L (Large, >30kg or >1.5m in any dimension)
True if inconsistencies detected between photos, description, category, brand, or product
Warning message explaining inconsistencies and how to fix them
Example Request
Example Response
Related Documentation
- C2C Descriptor Service - Service overview
- Integration Guide - Integration patterns