Skip to main content
Back to Changelog

Updates for May 25, 2026

A REST API for Raster

Raster's external API now speaks plain HTTP. Every endpoint from the GraphQL API — list libraries, list assets, list tags, upload, delete — is now also available as a REST endpoint, backed by the same data and the same API keys you already use.

Read the docs →

What's new:

  • REST transport at https://api.raster.app/organizations/..., mirroring the GraphQL surface one-for-one. Use whichever your tooling prefers.
  • Per-request versioning. Pin a version with the Api-Version: 2026-05-20 header and your integration keeps working against that pinned version, even as the API evolves.
  • Predictable envelope. Every response is { data } on success or { error: { code, message } } on failure — including auth rejections and unknown paths.
  • Identical auth. Bearer-token API keys, per-library Read / Write access — the same model and the same keys as GraphQL.

The REST API is in Alpha. New versions may include breaking changes until Beta — pin a version and review the API changelog before upgrading.

Now in Public Beta

Ready to give Raster a try?

Raster is a digital asset manager for modern teams, saving time organizing, editing, and hosting photography.

Register
Thumbnails of four photographs as depicted in Raster
Raster Changelog | May 25, 2026