Skip to main content

Endpoint

Request

Request Body

string
required
URL of the website to import
boolean
Whether to download and embed images (default: true)
boolean
Whether to download and embed fonts (default: true)
boolean
Wait for JavaScript to render before capturing (default: false)
number
Maximum number of pages to import (default: 10)
number
Maximum crawling depth (default: 3)

Response

boolean
Whether the import was successful
array
Array of imported pages with HTML content
string
ID of the created website

Example Response

Credits

This endpoint uses 1 credit per import.

Errors

string
Error message if import fails
string
Error code (e.g., “INVALID_URL”, “IMPORT_FAILED”)