# HERE Volatile Blob API v1

**Canonical:** https://apis.io/apis/here/here-data-volatile-blob-v1/  
**Provider:** HERE — https://apis.io/providers/here/  
**Base URL:** //use.apilookup.for.a.base.url/  
**Documentation:** https://docs.here.com/data-api/reference

HERE Volatile Blob API v1 is one of 71 APIs that [HERE](https://apis.io/providers/here/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Data, Storage, and Volatile. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

HERE Volatile Blob API v1 — 5 operation(s) across 1 path(s), OpenAPI 3.0.1 version 1.0.3, harvested verbatim from the HERE developer documentation. The volatile-blob service supports the upload and retrieval of volatile data from the storage of a catalog. Each discrete chunk of data is stored as a blob (Binary Large Object). Each blob has its own unique id (data handle) which is stored as partition metadata. To get a partition's data, you first use metadata service to retrieve the partition's metadata (data handle) with the addresses of the relevant blobs. You then use those addresses to pull the data using the volatile-blob service. Unlike the blob service, data handles can be overwritten. Hence the volatile aspect. Base URL is not fixed: the spec directs clients to resolve it at runtime through the HERE API Lookup Service (https://api-lookup.data.api.platform.here.com/lookup/v1).

## Operations (5)

| Method | Path | Summary |
|---|---|---|
| GET | `/layers/{layerId}/data/{dataHandle}` | Gets a volatile blob |
| HEAD | `/layers/{layerId}/data/{dataHandle}` | Checks if a data handle exists |
| PATCH | `/layers/{layerId}/data/{dataHandle}` | Modifies ttl for a specific volatile data blob |
| PUT | `/layers/{layerId}/data/{dataHandle}` | Publishes a volatile data blob |
| DELETE | `/layers/{layerId}/data/{dataHandle}` | Deletes a volatile data blob |

## Machine-readable artifacts (4)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/here/refs/heads/main/openapi/here-data-volatile-blob-v1-openapi.yml
- **Documentation** — https://docs.here.com/data-api/docs
- **APIReference** — https://docs.here.com/data-api/reference
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/here/refs/heads/main/overlays/here-data-volatile-blob-v1-overlay.yaml

## Other HERE APIs (12)

- [Here Account v1 APIs](https://apis.io/apis/here/here-account-v1/)
- [HERE API Lookup Service v1](https://apis.io/apis/here/here-api-lookup-v1/)
- [HERE Authentication API v1.1](https://apis.io/apis/here/here-authentication-v1-1/)
- [HERE Authorization API v1.1](https://apis.io/apis/here/here-authorization-v1-1/)
- [HERE Cost Management Usage API v2](https://apis.io/apis/here/here-cost-management-usage-v2/)
- [HERE Blob API v1](https://apis.io/apis/here/here-data-blob-v1/)
- [HERE Blob API v2](https://apis.io/apis/here/here-data-blob-v2/)
- [HERE Config API v1](https://apis.io/apis/here/here-data-config-v1/)
- [HERE Index API v1](https://apis.io/apis/here/here-data-index-v1/)
- [HERE Ingest API v1](https://apis.io/apis/here/here-data-ingest-v1/)
- [HERE Metadata API v1](https://apis.io/apis/here/here-data-metadata-v1/)
- [HERE Notification API](https://apis.io/apis/here/here-data-notification-v1/)

## Tags

Data, Storage, Volatile

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/here/here-data-volatile-blob-v1/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/here/.
