Phraseanet

Phraseanet is an open-source (GPL-v3) Digital Asset Management (DAM) platform built in PHP and developed by Alchemy. It centralizes photos, videos, documents, and other media with metadata management (Dublin Core mapping), Elasticsearch-powered search, multi-resolution sub-definitions, thesaurus, rights administration, stories, baskets, and feeds. Phraseanet exposes a documented RESTful API (v1 and v2, with a newer v3 published on SwaggerHub) secured with OAuth2, covering records, databoxes and collections, metadata, search, stories, baskets, and feeds. Because Phraseanet is self-hosted, there is no single public shared API endpoint - the API runs on each organization's own Phraseanet instance. Alchemy provides commercial hosting, setup, training, and support around the open-source core.

Phraseanet publishes 9 APIs on the APIs.io network, including Account API, Baskets API, Databoxes API, and 6 more. Tagged areas include Digital Asset Management, DAM, Media, Metadata, and Open Source.

Phraseanet’s developer surface includes authentication, documentation, and 10 more developer resources.

37.3/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
9 APIs
Digital Asset ManagementDAMMediaMetadataOpen SourceSearch

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 37.3/100 · thin
Contract Quality 13.3 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/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 7 / 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/phraseanet: 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 9

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

Phraseanet Account API

The authenticated user (me) and access rights.

Phraseanet Baskets API

User-curated working sets of records.

Phraseanet Databoxes API

Databoxes, their collections, status structure, and metadata structure.

Phraseanet Feeds API

Published feeds and their entries.

Phraseanet Metadata API

Record captions, metadata values, and status flags.

Phraseanet Quarantine API

Items awaiting validation before entering a collection.

Phraseanet Records API

Individual media records (assets) within a databox.

Phraseanet Search API

Elasticsearch-backed search across records and stories.

Phraseanet Stories API

Records that group other records.

Scroll for all 9

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Phraseanet API (v1)

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Phraseanet Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

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

Phraseanet Authentication

apiKey/oauth2 · 2 schemes

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Phraseanet Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Agentic Access 1

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

Phraseanet Agentic Access

34 operations · 14 acting

34 operations · 14 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: phraseanet
url: https://raw.githubusercontent.com/api-evangelist/phraseanet/refs/heads/main/apis.yml
name: Phraseanet
kind: company
description: Phraseanet is an open-source (GPL-v3) Digital Asset Management (DAM) platform built in PHP and developed by Alchemy.
  It centralizes photos, videos, documents, and other media with metadata management (Dublin Core mapping), Elasticsearch-powered
  search, multi-resolution sub-definitions, thesaurus, rights administration, stories, baskets, and feeds. Phraseanet exposes
  a documented RESTful API (v1 and v2, with a newer v3 published on SwaggerHub) secured with OAuth2, covering records, databoxes
  and collections, metadata, search, stories, baskets, and feeds. Because Phraseanet is self-hosted, there is no single public
  shared API endpoint - the API runs on each organization's own Phraseanet instance. Alchemy provides commercial hosting,
  setup, training, and support around the open-source core.
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/phraseanet.png
tags:
- Digital Asset Management
- DAM
- Media
- Metadata
- Open Source
- Search
created: '2026-07-05'
modified: '2026-07-05'
specificationVersion: '0.19'
apis:
- aid: phraseanet:phraseanet-account-api
  name: Phraseanet Account API
  description: The authenticated user (me) and access rights.
  humanURL: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  baseURL: https://your-phraseanet-instance/api/v1
  tags:
  - Account
  properties:
  - type: OpenAPI
    url: openapi/phraseanet-account-api-openapi.yml
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  - type: PostmanCollection
    url: collections/phraseanet.postman_collection.json
  - type: OpenCollection
    url: collections/phraseanet.opencollection.json
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/Collections.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/SetMetadatas.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Stories/Story.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/Content.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Feeds/List.html
  - type: Authentication
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Overview.html
- aid: phraseanet:phraseanet-baskets-api
  name: Phraseanet Baskets API
  description: User-curated working sets of records.
  humanURL: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  baseURL: https://your-phraseanet-instance/api/v1
  tags:
  - Baskets
  properties:
  - type: OpenAPI
    url: openapi/phraseanet-baskets-api-openapi.yml
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  - type: PostmanCollection
    url: collections/phraseanet.postman_collection.json
  - type: OpenCollection
    url: collections/phraseanet.opencollection.json
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/Collections.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/SetMetadatas.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Stories/Story.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/Content.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Feeds/List.html
  - type: Authentication
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Overview.html
- aid: phraseanet:phraseanet-databoxes-api
  name: Phraseanet Databoxes API
  description: Databoxes, their collections, status structure, and metadata structure.
  humanURL: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  baseURL: https://your-phraseanet-instance/api/v1
  tags:
  - Databoxes
  properties:
  - type: OpenAPI
    url: openapi/phraseanet-databoxes-api-openapi.yml
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  - type: PostmanCollection
    url: collections/phraseanet.postman_collection.json
  - type: OpenCollection
    url: collections/phraseanet.opencollection.json
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/Collections.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/SetMetadatas.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Stories/Story.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/Content.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Feeds/List.html
  - type: Authentication
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Overview.html
- aid: phraseanet:phraseanet-feeds-api
  name: Phraseanet Feeds API
  description: Published feeds and their entries.
  humanURL: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  baseURL: https://your-phraseanet-instance/api/v1
  tags:
  - Feeds
  properties:
  - type: OpenAPI
    url: openapi/phraseanet-feeds-api-openapi.yml
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  - type: PostmanCollection
    url: collections/phraseanet.postman_collection.json
  - type: OpenCollection
    url: collections/phraseanet.opencollection.json
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/Collections.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/SetMetadatas.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Stories/Story.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/Content.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Feeds/List.html
  - type: Authentication
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Overview.html
- aid: phraseanet:phraseanet-metadata-api
  name: Phraseanet Metadata API
  description: Record captions, metadata values, and status flags.
  humanURL: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  baseURL: https://your-phraseanet-instance/api/v1
  tags:
  - Metadata
  properties:
  - type: OpenAPI
    url: openapi/phraseanet-metadata-api-openapi.yml
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  - type: PostmanCollection
    url: collections/phraseanet.postman_collection.json
  - type: OpenCollection
    url: collections/phraseanet.opencollection.json
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/Collections.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/SetMetadatas.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Stories/Story.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/Content.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Feeds/List.html
  - type: Authentication
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Overview.html
- aid: phraseanet:phraseanet-quarantine-api
  name: Phraseanet Quarantine API
  description: Items awaiting validation before entering a collection.
  humanURL: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  baseURL: https://your-phraseanet-instance/api/v1
  tags:
  - Quarantine
  properties:
  - type: OpenAPI
    url: openapi/phraseanet-quarantine-api-openapi.yml
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  - type: PostmanCollection
    url: collections/phraseanet.postman_collection.json
  - type: OpenCollection
    url: collections/phraseanet.opencollection.json
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/Collections.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/SetMetadatas.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Stories/Story.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/Content.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Feeds/List.html
  - type: Authentication
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Overview.html
- aid: phraseanet:phraseanet-records-api
  name: Phraseanet Records API
  description: Individual media records (assets) within a databox.
  humanURL: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  baseURL: https://your-phraseanet-instance/api/v1
  tags:
  - Records
  properties:
  - type: OpenAPI
    url: openapi/phraseanet-records-api-openapi.yml
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  - type: PostmanCollection
    url: collections/phraseanet.postman_collection.json
  - type: OpenCollection
    url: collections/phraseanet.opencollection.json
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/Collections.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/SetMetadatas.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Stories/Story.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/Content.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Feeds/List.html
  - type: Authentication
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Overview.html
- aid: phraseanet:phraseanet-search-api
  name: Phraseanet Search API
  description: Elasticsearch-backed search across records and stories.
  humanURL: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  baseURL: https://your-phraseanet-instance/api/v1
  tags:
  - Search
  properties:
  - type: OpenAPI
    url: openapi/phraseanet-search-api-openapi.yml
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  - type: PostmanCollection
    url: collections/phraseanet.postman_collection.json
  - type: OpenCollection
    url: collections/phraseanet.opencollection.json
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/Collections.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/SetMetadatas.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Stories/Story.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/Content.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Feeds/List.html
  - type: Authentication
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Overview.html
- aid: phraseanet:phraseanet-stories-api
  name: Phraseanet Stories API
  description: Records that group other records.
  humanURL: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  baseURL: https://your-phraseanet-instance/api/v1
  tags:
  - Stories
  properties:
  - type: OpenAPI
    url: openapi/phraseanet-stories-api-openapi.yml
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/Record.html
  - type: PostmanCollection
    url: collections/phraseanet.postman_collection.json
  - type: OpenCollection
    url: collections/phraseanet.opencollection.json
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Databox/Collections.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Records/SetMetadatas.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Search.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Stories/Story.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/List.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Baskets/Content.html
  - type: APIReference
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Route/Feeds/List.html
  - type: Authentication
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Authentication.html
  - type: Documentation
    url: https://docs.phraseanet.com/4.1/en/Devel/API/V1/Overview.html
common:
- type: AgenticAccess
  url: agentic-access/phraseanet-agentic-access.yml
- type: DomainSecurity
  url: security/phraseanet-domain-security.yml
- type: Authentication
  url: authentication/phraseanet-authentication.yml
- type: OAuthScopes
  url: scopes/phraseanet-scopes.yml
- type: GitHubOrganization
  url: https://github.com/alchemy-fr
- type: LinkedIn
  url: https://www.linkedin.com/products/alchemy-sarl-phraseanet/
- type: Website
  url: https://www.phraseanet.com/
- type: Documentation
  url: https://docs.phraseanet.com/
- type: SourceCode
  url: https://github.com/alchemy-fr/Phraseanet
- type: Plans
  url: plans/phraseanet-plans-pricing.yml
- type: RateLimits
  url: rate-limits/phraseanet-rate-limits.yml
- type: FinOps
  url: finops/phraseanet-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com