POST
/
v2
/
create
Generate new Lilt Create content
curl --request POST \
  --url https://api.lilt.com/v2/create \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "language": "<string>",
  "template": "<string>",
  "templateParams": {
    "contentLength": 123,
    "memoryId": 123,
    "language": "<string>",
    "sections": [
      "<string>"
    ],
    "summary": "<string>"
  },
  "preferences": {
    "tone": "<string>",
    "styleguide": "<string>"
  }
}'
This response has no body data.

Authorizations

key
string
query
required

Body

application/json

Input parameters that determine what content will be generated.

Content Parameters for LiltCreate.

language
string
required

The language of the content.

template
string
required

The template of the content.

templateParams
object
required

The template parameters of the content.

name
string

A name for the request content.

preferences
object

The preferences of the content.