provider saved POST /api/environments/{environment_id}/saved/{short_id}/regenerate/
@utdk/posthog /api/environments/{environment_id}/saved/{short_id}/regenerate/
environments_saved_regenerate_create
Re-run screenshot generation for a saved heatmap of type 'screenshot'. Clears existing renders and re-renders at every target width; status returns to 'processing'.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
short_id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsSavedRegenerateCreate
POST/api/environments/{environment_id}/saved/{short_id}/regenerate/
Re-run screenshot generation for a saved heatmap of type 'screenshot'. Clears existing renders and re-renders at every target width; status returns to 'processing'.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsSavedRegenerateCreate()