Overview

Overview of Data APIs with links to full documentation

Verida supports a network of decentralized, confidential APIs to simplify access to data stored within decentralized accounts on the Verida Network.

These APIs enable developers to enable their third party applications to access the following services for a given Verida Account:

These APIs are currently read only, but will be expanded in the future to support:

  1. Writing data

  2. Accessing third party services (ie: send an email, order an Uber, send a Telegram message)

Postman API's

If you are familiar with Postman, you can load our pre-built Postman API's to easily access the Verida API's from your local machine.

Developer Console

You can obtain an auth token for a Verida account within the Developer Console and use the Sandbox to make API requests within your browser to learn how the various endpoints work with real data.

Hot Loading User Data

User data is "hot loaded" onto a confidential compute node on-demand. Within the secure enclave, user data is syncronized from the Verida network, decrypted and then loaded into memory for rapid access via API endpoints.

User data is then processed and made available in a variety of different ways:

  • Traditional database queries

  • Keyword search with ranking, filtering etc.

  • AI prompt with RAG access to user data

In the future, we plan to expand the types of user data services available. Feel free to request additional types of data services that will help make your application development easier.

User Data remains in memory on the compute node while a user (or authorized application) is actively making API requests. If there are no requests for 30 minutes, the data in memory will be deleted and need to be hot-loaded again in the future.

Last updated