cURL
curl --request GET \ --url https://api.lilt.com/v2/create \ --header 'Authorization: Basic <encoded-value>'
{ "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'
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
An object with a documents next task Workflow metadata.
List of LiltCreateContent objects
Show child attributes
Was this page helpful?