Premium API Documentation
https://api-pizi.wizishop.com/premium/v1/
The API should always be accessed over SSL.
https://api-pizi.wizishop.com/premium/v1/
You'll need to send some headers when making API calls, set the content type to JSON.
Content-type: application/json
The Pizi API uses Token for authentication. Contact us here to obtain a Token key you'll use in your requests.
Remember that your Token is a secret! Do not share it with others or expose it in any client-side code (browsers, apps).
Production requests must be routed through your own backend server where your API key can be securely loaded from an environment variable or key management service.
All API requests should include your API key in an Authorization HTTP header as follows:
Authorization: Basic TOKEN
All API queries return HTTP status codes that contain more information about the response.
HTTP status codes on request success.
The server will not process the request.
You don’t have access to this resource.
The resource isn’t available. This is often caused by querying for something that’s been deleted.
An internal error occurred in Pizi
Create a product from image url.
{ "image_url": "Image Url", "locale": "Locale return ('fr', 'en', 'de', 'es', 'it', 'nl', 'pt', 'ja', 'zh', 'ru')", "product_context": "Product context", "shop_context": "Shop Context" }
{ "name": "Name", "title": "title", "meta_description": "Meta description", "hook_markdown": " Hook in markdown", "hook_html": "Hook in HTML", "description_markdown": "Description in markdown", "description_html": "Description in HTML" }