Skip to main content

List Sample Projects Endpoint

GET 

/v2/projects/:project_type/samples

List the public sample projects for a use case.

Unauthenticated by design, mirroring the sample-media endpoint (GET /v1/utils/sample_media) — this is what lets a logged-out visitor discover the demo project. Only docs flagged tags_map.sample: true are ever returned, and the payload is a display-only subset that omits the authoring account (see SampleProjectResponse).

Declared above GET /{project_type}/{project_id} on purpose: FastAPI matches in declaration order, so the reverse would capture samples as a project ID.

Request

Responses

Successful Response