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

Authorizations

key
string
query
required

Path Parameters

contentId
integer
required

The content ID.

Response

200
application/json

The Lilt Create content.

Content Parameters for LiltCreate.