Base path

https://api.tiipe.ai/v1/

Authentication

API Key

You need to provide an API Key when making API calls.

The key can be sent as a request header:

X-API-Key: tp-abcdef12345

You can generate and manage your API keys in your Tiipe account

Screen Shot 2023-03-06 at 10.19.07 AM.png

POST /create-description

This endpoint lets you upload multiple posts at a time.

<aside> 🤖 POST https://api.tiipe.ai/v1/create-description

</aside>


Body:

{
    "prodName": "Shirt",
    "labels": "blue, elegant, formal, slim fit",
    "lang": "EN",
    "tone": {
        "_id": "64062b4abef12e8c8f7ed2e4",
        "name": "Fun",
        "lang": "EN",
        "audience": "Middle age, into technology and latest trends",
        "keywords": "trendy, fun, new",
        "user": "[email protected]"
    },
    "structure": {
        "outputFormat": "HTML",
        "bullets": "4",
        "length": {
            "min": "20",
            "max": "100"
        }
    }
}