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
The language of the content.
The template of the content.
The template parameters of the content.
The length of the content.
The ID referencing a Data Source.
The sections of the content.
A section heading of the content.
The summary of the content.
A name for the request content.
A unique identifier for the generated content.
The preferences of the content.
The tone of the content.
The styleguide of the content.
Was this page helpful?