cURL
curl --request GET \ --url https://api.henrylabs.ai/v0/products/enrich/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "message": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "completedAt": "<string>", "data": { "productResults": { "thumbnails": [ "<string>" ], "title": "<string>", "priceRange": "<string>", "aboutTheProduct": { "description": "<string>", "link": "<string>" }, "variants": [ { "title": "<string>", "items": [ { "name": "<string>", "available": true } ] } ] } }, "errorMessage": "<string>" }
! This endpoint is experimental and unstable. The API contract may change without notice.
Poll the status of a product enrichment request.
Current status of the enrich request
pending
processing
completed
failed
timeout
Show child attributes