Product Description API

This API provides automated product descriptions based on a single input: the product title. Clients can submit a title and receive a full, formatted description in one response.

Authentication

All endpoints require a valid API key passed in the X-API-Key header. Requests without a valid key will receive a 401 Unauthorized response.

Endpoint

POST /api/generate

Generates a full product description from a simple title.

Headers

  • Content-Type: application/json
  • X-API-Key: YOUR_SECRET_KEY

Request Body

{
  "product_title": "Buzztronics Whip Light Kit"
}

Successful Response

{
  "status": "success",
  "description": "Illuminate your ride with the Buzztronics Whip Light Kit, a must-have accessory..."
}

Error Handling

  • 400 Bad Request – Missing or invalid product_title
  • 401 Unauthorized – Missing or invalid API key
  • 504 Gateway Timeout – The description job did not complete in time

Support

For API access or integration support, please contact your internal developer team.