Create perfect descriptions, titles, and metadata in any language, all at once. Fully SEO-optimized for each product in your inventory.
We are using bearer token authorization.
You will need your API key. Your API key will be provided to you once you have an active paying account.
Add a new header
to your request, called authorization
, with the value: Bearer {{your_access_token}}
- where your_access_token
is your API key.
This is your user ID provided to you within the Cension platform.
The name/title of the product.
An image URL for the product.
An output field is the entity that determines the nature of your text output. You can create as many output fields as you need on the Cension platform. Each field has its own unique ID, which can be found within the platform. You can send in one or several field IDs. Ensure that you set the languages you want to work with when creating your field.
The language you want the output in. Use standard language prefixes. If you want it to write it all the languages for this field, send in "all".
Enables Cension's web scraping for richer product data. 0 = inactive (default), 1 = active.
The unique ID of the product. Used when uploading products to a specific workspace.
The unique ID of the project. Can be found under workspace settings in the app. Used when uploading products to a specific workspace.
Product brand.
Article number, EAN, GTIN, etc.
Any extra product data (e.g. specs/features) for the AI to use.
URL to a PDF for Cension to scrape (e.g. product brochure).
Optional tags. Comma-separated if multiple.
{ "apiResponses": [ { "success": true, "data": { "fieldId": "field-123", "text": "Your generated text content here" }, "error": null }, { "success": true, "data": { "fieldId": "field-456", "text": "Another generated text content" }, "error": null } ], "specification": "Detailed product specification text here", "keywords": [ "keyword1", "keyword2", "keyword3" ] }