cURL
curl --request GET \ --url https://api.lilt.com/v2/create
{ "contents": [ { "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 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.
The response is of type object.
object
Was this page helpful?