Bytekit Docs
BytekitIntroductionQuickstart
API Reference
ClientScrapeScreenshotsRecordingsBulkFetchMonitorsSitemapAccount
Changelog
Bytekit Docs
SDK ReferenceTypeScript SDK

Recordings

Generate a scrolling video of a page.

Recordings

Generate a scrolling video of a page. Accessed via client.recordings.

create

client.recordings.create(opts: Record<string, unknown>): Promise<unknown>

POST /v1/recordings — start a recording

get

client.recordings.get(id: RecordingId): Promise<unknown>

GET /v1/recordings/{id} — poll a recording by ID

Screenshots

Capture full-page or viewport screenshots.

Bulk

Fan out many URLs in parallel with per-item webhooks.

On this page

Recordingscreateget