Overview
Welcome to the Memory API. This API lets you retrieve identity graphs from user and public data from Twitter and Farcaster.OpenAPI Specification
We use an OpenAPI (3.1) file to document the Memory Protocol API. This specification includes endpoint definitions, parameters, request/response examples, and authentication requirements. Key details from the spec:- Title: Memory Social Graph API (v1.0.0)
- Description: Generated from our OpenAPI specification
- Server:
https://graph.memoryproto.co
- Authentication: Bearer token
Memory Social Graph OpenAPI Spec
View the OpenAPI specification file
Authentication
All endpoints require a Bearer token for authentication. You can register for an API key at the Memory developer dashboard. Once you have your token:- Include it in an
Authorization
header asBearer <your_token>
. - Make requests to any of the endpoints documented in our spec.