How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

PostHog visual_review API

The visual_review API from PostHog — 22 operation(s) for visual_review.

PostHog visual_review API is one of 139 APIs that PostHog publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, authentication docs, and an AsyncAPI specification.

This API exposes 25 operations across 22 paths, and defines 34 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://app.posthog.com/api.

25 operations 22 paths 34 schemas 14 GET1 PATCH10 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://app.posthog.com/api
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

PostHog visual_review API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (PersonalAPIKeyAuth).

Paths & Operations 25

Across 22 paths, the API surfaces 25 operations — 14 GET, 1 PATCH, 10 POST. Each is listed below with its method, path, parameters, and response codes.

visual_review 25
GET
/api/projects/{project_id}/visual_review/repos/
List all projects for the team.
visual_review_repos_list 3 params → 200
POST
/api/projects/{project_id}/visual_review/repos/
Create a new repo.
visual_review_repos_create 1 param body → 201
GET
/api/projects/{project_id}/visual_review/repos/{id}/
Get a repo by ID.
visual_review_repos_retrieve 2 params → 200
PATCH
/api/projects/{project_id}/visual_review/repos/{id}/
Update a repo's settings.
visual_review_repos_partial_update 2 params body → 200
GET
/api/projects/{project_id}/visual_review/repos/{id}/baselines/
Snapshots overview for a repo: every identifier with a current baseline (latest non-superseded master/main run per runtype), plus tolerate counts, active quarantine state, and a 30-day stability spar…
visual_review_repos_baselines_retrieve 2 params → 200
GET
/api/projects/{project_id}/visual_review/repos/{id}/quarantine/
List quarantined identifiers. Without filter: active only. With identifier: full history.
visual_review_repos_quarantine_list 6 params → 200
POST
/api/projects/{project_id}/visual_review/repos/{id}/quarantine/{run_type}/
Quarantine a snapshot identifier for a specific run type.
visual_review_repos_quarantine_create 3 params body → 201
POST
/api/projects/{project_id}/visual_review/repos/{id}/quarantine/{run_type}/expire/
Expire all active quarantine entries for an identifier.
visual_review_repos_quarantine_expire_create 3 params body → 204
GET
/api/projects/{project_id}/visual_review/repos/{id}/thumbnails/{identifier}/
Serve a snapshot thumbnail by identifier. Returns WebP with ETag caching.
visual_review_repos_thumbnails_retrieve 3 params → 200
GET
/api/projects/{project_id}/visual_review/repos/{repo_id}/runs/
List runs in this repo, optionally filtered by review state.
visual_review_repos_runs_list 5 params → 200
GET
/api/projects/{project_id}/visual_review/repos/{repo_id}/runs/counts/
Review state counts for runs in this repo.
visual_review_repos_runs_counts_retrieve 2 params → 200
GET
/api/projects/{project_id}/visual_review/repos/{repo_id}/snapshots/{run_type}/{identifier}/
Deduped baseline timeline for a snapshot identity. Newest first.
visual_review_repos_snapshots_list 6 params → 200
GET
/api/projects/{project_id}/visual_review/runs/
List runs for the team, optionally filtered by review state, PR number, commit SHA, or branch.
visual_review_runs_list 7 params → 200
POST
/api/projects/{project_id}/visual_review/runs/
Create a new run from a CI manifest.
visual_review_runs_create 1 param body → 201
GET
/api/projects/{project_id}/visual_review/runs/{id}/
Get run status and summary.
visual_review_runs_retrieve 2 params → 200
POST
/api/projects/{project_id}/visual_review/runs/{id}/add-snapshots/
Add a batch of snapshots to a pending run (shard-based flow).
visual_review_runs_add_snapshots_create 2 params body → 200
POST
/api/projects/{project_id}/visual_review/runs/{id}/approve/
Approve visual changes for snapshots in this run. With approveall=true, approves all changed+new snapshots and returns signed baseline YAML. With specific snapshots, approves only those.
visual_review_runs_approve_create 2 params body → 200
POST
/api/projects/{project_id}/visual_review/runs/{id}/auto-approve/deprecated
CLI auto-approve: approve all and return baseline YAML for local write.
visual_review_runs_auto_approve_create 2 params → 200
POST
/api/projects/{project_id}/visual_review/runs/{id}/complete/
Complete a run: detect removals, verify uploads, trigger diff processing.
visual_review_runs_complete_create 2 params → 200
POST
/api/projects/{project_id}/visual_review/runs/{id}/recompute/
Re-evaluate quarantine and counts, update commit status, and optionally rerun the CI job.
visual_review_runs_recompute_create 2 params → 200
GET
/api/projects/{project_id}/visual_review/runs/{id}/snapshot-history/
Recent change history for a snapshot identifier across runs.
visual_review_runs_snapshot_history_list 5 params → 200
GET
/api/projects/{project_id}/visual_review/runs/{id}/snapshots/
Get all snapshots for a run with diff results.
visual_review_runs_snapshots_list 4 params → 200
POST
/api/projects/{project_id}/visual_review/runs/{id}/tolerate/
Mark a changed snapshot as a known tolerated alternate.
visual_review_runs_tolerate_create 2 params body → 200
GET
/api/projects/{project_id}/visual_review/runs/{id}/tolerated-hashes/
List known tolerated hashes for a snapshot identifier.
visual_review_runs_tolerated_hashes_list 5 params → 200
GET
/api/projects/{project_id}/visual_review/runs/counts/
Review state counts for the runs list.
visual_review_runs_counts_retrieve 1 param → 200

Schemas 34

The contract defines 34 schemas that model the data the API accepts and returns. The most detailed are Run (17 properties), Snapshot (16 properties), BaselineEntry (12 properties), CreateRunInput (11 properties). Each schema is shown below with its type and property counts.

PaginatedRunList
object
4 properties 2 required
RecomputeResult
object
5 properties 4 required
PaginatedToleratedHashEntryList
object
4 properties 2 required
UploadTarget
object
3 properties 3 required
AutoApproveResult
object
2 properties 2 required
BaselineSparklineDay
object
4 properties 4 required
Artifact
object
5 properties 5 required
Snapshot
object
16 properties 9 required
ApproveRunRequestInput
object
3 properties
Repo
object
7 properties 7 required
QuarantinedIdentifierEntry
object
8 properties 7 required
CreateRunResult
object
2 properties 2 required
AddSnapshotsResult
object
2 properties 2 required
UserBasicInfo
object
3 properties 3 required
PaginatedRepoList
object
4 properties 2 required
BaselineEntry
object
12 properties 12 required
CreateRunInput
object
11 properties 5 required
ToleratedHashEntry
object
7 properties 7 required
SnapshotHistoryEntry
object
10 properties 6 required
PaginatedQuarantinedIdentifierEntryList
object
4 properties 2 required
ApproveSnapshotInput
object
2 properties 2 required
RunSummary
object
7 properties 5 required
PatchedUpdateRepoRequestInput
object
2 properties
SnapshotManifestItem
object
5 properties 2 required
Run
object
17 properties 13 required
BaselineTotals
object
5 properties 5 required
MarkToleratedInput
object
1 property 1 required
AddSnapshotsInput
object
2 properties 1 required
QuarantineInput
object
3 properties 2 required
CreateRepoInput
object
2 properties 1 required
ReviewStateCounts
object
4 properties 4 required
PaginatedSnapshotList
object
4 properties 2 required
PaginatedSnapshotHistoryEntryList
object
4 properties 2 required
BaselineOverview
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

posthog-visual-review-api-openapi.yml Raw ↑

Other APIs PostHog publishes across the network.

PostHog Capture API
PostHog Query API
PostHog Persons API
PostHog Feature Flags API
PostHog Experiments API
PostHog Insights API
PostHog Cohorts API
PostHog Annotations API
PostHog actions API
PostHog activity_log API
PostHog activity_logs API
PostHog advanced_activity_logs API
Where this information came from

This is an independent, third-party profile of PostHog visual_review API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.