cURL
curl --request POST \ --url https://api.henrylabs.ai/v0/products/enrich \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "url": "<string>" } '
{ "success": true, "status": "pending", "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "message": "<string>", "createdAt": "<string>" }
! This endpoint is experimental and unstable. The API contract may change without notice.
Creates a request to scrape product details from a given URL. Returns a requestId to poll for results.
Optional end-user identifier for tracking purposes
Request accepted and processing started
pending
processing