cURL
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>" } }
Get Lilt Create content by ID.
Example CURL:
curl -X GET 'https://api.lilt.com/v2/create/1234?key=API_KEY'
The content ID.
The Lilt Create content.
Content Parameters for LiltCreate.
Was this page helpful?