Skip to content

Developers · API · Webhooks · MCP

Everything the interface does, the API does.

Operations are exposed through a documented API, events are delivered by signed webhook, and an MCP server lets your AI agents work with your media library.

Book a demo

OpenAPI reference — Shared during the demo

Resource map · REST v1

/assets
The whole archive: metadata, versions, rights, states.
/search
Cross-lingual semantic search with structured filters.
/shares
Sharing portals and their legal acceptances.
/live-links
Live links: scheduling, licences, telemetry.
/workflows
BPMN processes: instances, tasks, history.

Auth: scoped tokens · documented rate limits · cursor pagination

GET /api/v1/search
GET /api/v1/search?q=families+skiing+sunset&rights=valid
Authorization: Bearer lz_live_····
200 OK
{
  "hits": [
    {
      "id": "ast_4471",
      "type": "image",
      "caption": {
        "en": "Family skiing at sunset",
        "es": "Familia esquiando al atardecer",
        "fr": "Famille à ski au coucher du soleil",
        "it": "Famiglia sugli sci al tramonto"
      },
      "tags": ["winter", "family", "ski"],
      "rights": {
        "status": "valid",
        "until": "2027-03-01",
        "credit": "© Photographer name"
      },
      "rendition_url": "https://cdn.lienzio.com/…/social-post"
    }
  ],
  "total": 128
}

Webhooks

The events come to you.

HMAC-SHA256 signature on every delivery, exponential retries and a dashboard of failed deliveries.

  • asset.published
  • asset.blocked
  • rights.expiring
  • ingest.completed
  • share.accepted
  • livelink.swapped

MCP

Your corporate assistant, inside the media library.

Connect an AI assistant that supports MCP: search, build collections and share — with each user’s own permissions and a full audit trail.

tools:

search_assets · get_asset · get_rendition_url · create_share · list_collections

“Find 20 winter photos with valid rights for France and share them with the FR agency”

search_assets → create_share · recorded in the audit log

Ask for API access during the demo.

We walk through the reference with your use case and give you a sandbox token so your team can try it.

Book a demo