Pixieset

Pixieset is an all-in-one photography business platform - client galleries, a store for print/digital sales, a website builder, a mobile gallery app, and Studio Manager (CRM, booking, invoicing, contracts, questionnaires) - used by hundreds of thousands of photographers. Pixieset does not publish a public or partner developer API, does not run a developer program, and has no self-serve API keys or OAuth signup; there is no official API reference, SDK, or webhook system for third parties. The product itself is powered internally by two session-cookie-authenticated web APIs (a Studio API at studio.pixieset.com/api/v1 for business management and a Gallery API at galleries.pixieset.com/api/v1 for gallery delivery and e-commerce) that Pixieset's own web app calls, and which an independent developer has reverse-engineered and published as unofficial, unaffiliated documentation (111+ endpoints). This entry documents that real access model honestly - no public API exists, and the endpoint shapes below are modeled from that third-party reverse-engineering effort, not from any Pixieset-published reference - treat them as unverified and subject to change or removal without notice.

Pixieset publishes 5 APIs on the APIs.io network, including Clients API, Collections API, Contracts API, and 2 more. Tagged areas include Photography, Client Galleries, Studio Management, CRM, and Booking.

Pixieset’s developer surface includes authentication, documentation, and 5 more developer resources.

31.6/100 thin ▬ flat Agent 28/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreemiumSelf serve⚡ Free to try
5 APIs
PhotographyClient GalleriesStudio ManagementCRMBookingInvoicingContractsNo Public API

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 31.6/100 · thin
Contract Quality 14.0 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 6.3 / 20
Operational Transparency 0.0 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 28/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/pixieset: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

Pixieset Clients API

Client and lead CRM records.

Pixieset Collections API

Gallery collections, access, and downloads.

Pixieset Contracts API

Contracts and contract templates.

Pixieset Invoices API

Invoices and payments.

Pixieset Sessions API

Bookable session types, scheduling, and availability.

Pricing Plans 1

Published pricing tiers and plan structures.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Pixieset Authentication

apiKey · 1 scheme

SECURITY

Pixieset Domain Security

TLSv1.3 · DNSSEC · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Pixieset Agentic Access

22 operations · 3 acting

22 operations · 3 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 2

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: pixieset
url: https://raw.githubusercontent.com/api-evangelist/pixieset/refs/heads/main/apis.yml
name: Pixieset
kind: company
description: Pixieset is an all-in-one photography business platform - client galleries, a store for print/digital sales,
  a website builder, a mobile gallery app, and Studio Manager (CRM, booking, invoicing, contracts, questionnaires) - used
  by hundreds of thousands of photographers. Pixieset does not publish a public or partner developer API, does not run a developer
  program, and has no self-serve API keys or OAuth signup; there is no official API reference, SDK, or webhook system for
  third parties. The product itself is powered internally by two session-cookie-authenticated web APIs (a Studio API at studio.pixieset.com/api/v1
  for business management and a Gallery API at galleries.pixieset.com/api/v1 for gallery delivery and e-commerce) that Pixieset's
  own web app calls, and which an independent developer has reverse-engineered and published as unofficial, unaffiliated documentation
  (111+ endpoints). This entry documents that real access model honestly - no public API exists, and the endpoint shapes below
  are modeled from that third-party reverse-engineering effort, not from any Pixieset-published reference - treat them as
  unverified and subject to change or removal without notice.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/pixieset.png
tags:
- Photography
- Client Galleries
- Studio Management
- CRM
- Booking
- Invoicing
- Contracts
- No Public API
created: '2026-07-04'
modified: '2026-07-04'
specificationVersion: '0.19'
apis:
- aid: pixieset:pixieset-clients-api
  name: Pixieset Clients API
  description: Client and lead CRM records.
  humanURL: https://trozz.github.io/pixieset-api-docs/docs/studio-api/clients
  baseURL: https://studio.pixieset.com/api/v1
  tags:
  - Clients
  properties:
  - type: OpenAPI
    url: openapi/pixieset-clients-api-openapi.yml
  - type: Documentation
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/overview
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/clients
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/sessions
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/invoices
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/contracts
  - type: Documentation
    url: https://trozz.github.io/pixieset-api-docs/docs/gallery-api/overview
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/gallery-api/collections
- aid: pixieset:pixieset-collections-api
  name: Pixieset Collections API
  description: Gallery collections, access, and downloads.
  humanURL: https://trozz.github.io/pixieset-api-docs/docs/studio-api/clients
  baseURL: https://studio.pixieset.com/api/v1
  tags:
  - Collections
  properties:
  - type: OpenAPI
    url: openapi/pixieset-collections-api-openapi.yml
  - type: Documentation
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/overview
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/clients
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/sessions
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/invoices
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/contracts
  - type: Documentation
    url: https://trozz.github.io/pixieset-api-docs/docs/gallery-api/overview
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/gallery-api/collections
- aid: pixieset:pixieset-contracts-api
  name: Pixieset Contracts API
  description: Contracts and contract templates.
  humanURL: https://trozz.github.io/pixieset-api-docs/docs/studio-api/clients
  baseURL: https://studio.pixieset.com/api/v1
  tags:
  - Contracts
  properties:
  - type: OpenAPI
    url: openapi/pixieset-contracts-api-openapi.yml
  - type: Documentation
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/overview
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/clients
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/sessions
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/invoices
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/contracts
  - type: Documentation
    url: https://trozz.github.io/pixieset-api-docs/docs/gallery-api/overview
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/gallery-api/collections
- aid: pixieset:pixieset-invoices-api
  name: Pixieset Invoices API
  description: Invoices and payments.
  humanURL: https://trozz.github.io/pixieset-api-docs/docs/studio-api/clients
  baseURL: https://studio.pixieset.com/api/v1
  tags:
  - Invoices
  properties:
  - type: OpenAPI
    url: openapi/pixieset-invoices-api-openapi.yml
  - type: Documentation
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/overview
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/clients
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/sessions
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/invoices
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/contracts
  - type: Documentation
    url: https://trozz.github.io/pixieset-api-docs/docs/gallery-api/overview
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/gallery-api/collections
- aid: pixieset:pixieset-sessions-api
  name: Pixieset Sessions API
  description: Bookable session types, scheduling, and availability.
  humanURL: https://trozz.github.io/pixieset-api-docs/docs/studio-api/clients
  baseURL: https://studio.pixieset.com/api/v1
  tags:
  - Sessions
  properties:
  - type: OpenAPI
    url: openapi/pixieset-sessions-api-openapi.yml
  - type: Documentation
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/overview
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/clients
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/sessions
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/invoices
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/studio-api/contracts
  - type: Documentation
    url: https://trozz.github.io/pixieset-api-docs/docs/gallery-api/overview
  - type: APIReference
    url: https://trozz.github.io/pixieset-api-docs/docs/gallery-api/collections
common:
- type: AgenticAccess
  url: agentic-access/pixieset-agentic-access.yml
- type: DomainSecurity
  url: security/pixieset-domain-security.yml
- type: Authentication
  url: authentication/pixieset-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/pixieset
- type: Website
  url: https://pixieset.com
- type: Documentation
  url: https://help.pixieset.com/hc/en-us
- type: Plans
  url: plans/pixieset-plans-pricing.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com