Welcome
Welcome to the In•Process API documentation. In•Process is a platform for creating, sharing, and collecting moments onchain. Browse moments from timelines, explore collections, and interact with the in•process collective ecosystem.View OpenAPI Specification
View the OpenAPI specification file on GitHub
Base URL
All API requests should be made to:Authentication
Most API endpoints are public and do not require authentication. You can browse timelines and collections without providing any authorization headers. Currently available public endpoints:GET /timeline- Browse moments from timelinesGET /collections- Browse collections
x-api-key header. These endpoints are used for creating, updating, and managing moments and collections.
Getting Your API Key
- Navigate to the In•Process API Keys Management Page
- Sign in with your account
- Create a new API key and copy it immediately (it’s only shown once)
Using Your API Key
Include your API key in thex-api-key header for authenticated requests:
You can also create API keys programmatically using the Create API Key endpoint.

