provider endpoints POST
/api/projects/{project_id}/endpoints/{name}/materialization_suggestion/ @utdk/posthog
/api/projects/{project_id}/endpoints/{name}/materialization_suggestion/ endpoints_materialization_suggestion_create
Ask AI to rewrite the endpoint's query into a semantically equivalent form that can be materialized. Only applicable to SQL (HogQL) endpoints that currently fail the materialization checks. The suggestion is validated against the live checks before being returned; nothing is saved. Requires the organization's AI data processing approval.
- name path required
- string
- 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.endpointsMaterializationSuggestionCreate()