provider vision POST
/api/projects/{project_id}/vision/scanners/estimate/ @utdk/posthog
/api/projects/{project_id}/vision/scanners/estimate/ vision_scanners_estimate_create
Estimate the observation volume a proposed scanner would generate, for the pre-save cost preview.
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.visionScannersEstimateCreate({
"sampling_rate": 1,
"sampling_mode": "comprehensive",
"model": "gemini-3-flash-preview"
})