cURL
curl --request GET \ --url 'https://api.lilt.com/v2/create?key='
{ "contents": [ { "language": "<string>", "template": "<string>", "templateParams": { "language": "<string>", "contentLength": 123, "memoryId": 123, "sections": [ "<string>" ], "summary": "<string>" }, "name": "<string>", "id": 123, "preferences": { "tone": "<string>", "styleguide": "<string>" } } ] }
Get a list of all content that has been generated by Lilt Create.
Example CURL:
curl -X GET 'https://api.lilt.com/v2/create?key=API_KEY'
An object with a documents next task Workflow metadata.
List of LiltCreateContent objects
Show child attributes
Was this page helpful?