Skip to main content
GET
/
v2
/
create
/
{contentId}
/
create
Regenerate Lilt Create content
curl --request GET \
  --url https://api.lilt.com/v2/create/{contentId}/create \
  --header 'Authorization: Basic <encoded-value>'
This response has no body data.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

contentId
integer
required

The content ID.

Response