claimToken from the response with POST /v1/projects/claim/{claimToken} to permanently assign it to your account before it disappears..zip, the server auto-detects whether it contains HTML (→ static site) or not (→ file bundle). If the ZIP contains more than one HTML file you must include zipIndexHtmlPath to specify the home page, otherwise the request fails with ZIP_MULTIPLE_HTML and a list of available paths.curl --location --request POST 'https://connect.litehost.io/v1/projects/temp' \
--form 'files=""' \
--form 'zipIndexHtmlPath=""' \
--form 'asFileBundle=""'{
"status": "success",
"data": {
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"slug": "blue-fox-42",
"url": "https://blue-fox-42.litepage.site",
"claimToken": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"expiresAt": "2026-04-03T01:30:00.000Z"
}
}