# create-template - STANDALONE

**POST** `/api/v1/create-template`

Product: [RCS](https://devdocs.pinnacle.in/docs/rcs.md)  
Version: [1.0](https://devdocs.pinnacle.in/docs/rcs/1-0.md)

## Request

URL: `https://api.example.com/rcs/api/v1/create-template`

Authentication location: `none`

Authentication name: `none`

### Request schema


```json
{
  "type": "string"
}
```

### Request example


```json
{
  "raw_example": "{\n    \"templateName\": \"18_pdf\",\n    \"templateType\": \"rich_card\",\n    \"botId\": \"{{nhea_botId}}\",\n    \"botMessageType\": \"PROMOTIONAL\",\n    \"isSMSFallbackRequired\": false,\n    \"richCardStandAloneDetails\": {\n        \"mediaType\":\"pdf\",\n        \"cardOrientation\": \"HORIZONTAL\",\n        \"cardAlignment\": \"RIGHT\", \n        \"mediaHeight\": \"MEDIUM_HEIGHT\",\n        \"cardTitle\": \"Happy Ganesh Chaturthi!\",\n        \"cardDescription\": \"Ganesh Chaturthi!\",\n        \"media\": {\n            \"url\": \"https://rcs-bot-media-public.s3.ap-south-1.amazonaws.com/665873c0c660399dce731130/65c4eabecf32f14a18535f10/68e62ccce08a66956ff75a77/richCardStandAloneDetails_1759915212564_9mb.pdf\"\n        },\n        // \"thumbnail\": {\n        //     \"url\": \"\"\n        // },\n        \"suggestionsList\": []\n    }\n}"
}
```

## Response schema


```json
{}
```

## Response examples


```json
{}
```

## Status codes


```json
[
  {
    "code": 200,
    "description": "Successful response"
  }
]
```
