Unsplash · Agentic Access

Unsplash Agentic Access

x-agentic-access generated

Unsplash exposes 29 API operations that an AI agent could call, of which 7 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 22 read and 7 write.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

PhotosImagesPhotographyStock PhotosCreativeOpen SourceMedia
Operations: 29 Acting: 7 Human-in-the-loop: 0 Method: generated

By consequence

read 22 write 7

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/unsplash-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 29
  by_action_class:
    connected: 22
    acting: 7
  by_consequence:
    read: 22
    write: 7
  human_in_the_loop_required: 0
operations:
- path: /photos
  method: get
  operationId: listPhotos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /photos/{id}
  method: get
  operationId: getPhoto
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /photos/{id}
  method: put
  operationId: updatePhoto
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - write_photos
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /photos/random
  method: get
  operationId: getRandomPhoto
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /photos/{id}/statistics
  method: get
  operationId: getPhotoStatistics
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /photos/{id}/download
  method: get
  operationId: trackPhotoDownload
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /search/photos
  method: get
  operationId: searchPhotos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /search/collections
  method: get
  operationId: searchCollections
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /search/users
  method: get
  operationId: searchUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /collections
  method: get
  operationId: listCollections
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /collections
  method: post
  operationId: createCollection
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - write_collections
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}
  method: get
  operationId: getCollection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /collections/{id}
  method: put
  operationId: updateCollection
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - write_collections
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}
  method: delete
  operationId: deleteCollection
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - write_collections
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}/photos
  method: get
  operationId: getCollectionPhotos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /collections/{id}/add
  method: post
  operationId: addPhotoToCollection
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - write_collections
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}/remove
  method: delete
  operationId: removePhotoFromCollection
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - write_collections
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}/related
  method: get
  operationId: getRelatedCollections
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /users/{username}
  method: get
  operationId: getUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /users/{username}/photos
  method: get
  operationId: listUserPhotos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /users/{username}/collections
  method: get
  operationId: listUserCollections
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /users/{username}/statistics
  method: get
  operationId: getUserStatistics
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /me
  method: get
  operationId: getCurrentUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - read_user
    token:
      max-ttl: 3600
    audit: none
- path: /me
  method: put
  operationId: updateCurrentUser
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - write_user
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /topics
  method: get
  operationId: listTopics
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /topics/{id_or_slug}
  method: get
  operationId: getTopic
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /topics/{id_or_slug}/photos
  method: get
  operationId: getTopicPhotos
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/totals
  method: get
  operationId: getStatsTotals
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/month
  method: get
  operationId: getStatsMonth
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none