projects
Create embed URL
Plan: All plans
Creates a one-hour static preview URL that can be framed by one exact HTTPS parent origin. The token is anonymous and cannot access live previews or published modes.
post/v1/projects/{project_id}/embed-url
Path parameters
project_idstring required
Project ID
Project ID
Request body
Example request
{
"parent_origin": "https://acme.com"
}Response
OK
Example response
{
"embed_url": "https://acme-landing-page.lovable.app/?__lovable_token=eyJhbGciOiJIUzI1NiJ9",
"expires_at": "2026-01-15T09:30:00Z"
}