cURL
curl --request GET \ --url https://api.lilt.com/v2/create/{contentId}/create \ --header 'Authorization: Basic <encoded-value>'
This response has no body data.
Regenerate the given piece of content with the current parameters.
Example CURL:
curl -X GET 'https://api.lilt.com/v2/create/1234/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
The content ID.
Was this page helpful?