Skip to main content
GET
/
v2
/
create
/
{contentId}
Get Lilt Create content by ID.
curl --request GET \
  --url https://api.lilt.com/v2/create/{contentId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "language": "<string>",
  "template": "<string>",
  "templateParams": {
    "language": "<string>",
    "contentLength": 123,
    "memoryId": 123,
    "sections": [
      "<string>"
    ],
    "summary": "<string>"
  },
  "name": "<string>",
  "id": 123,
  "preferences": {
    "tone": "<string>",
    "styleguide": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

contentId
integer
required

The content ID.

Response

The Lilt Create content.

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.

id
integer

A unique identifier for the generated content.

preferences
object

The preferences of the content.