Skip to content

🚀 Getting Started

Welcome to In Process! This guide will help you get started with our protocol.

⚡ Quick Start

  1. 🌐 Visit our website at inprocess.world
  2. 🔑 Sign in
  3. ✨ Create your first moment

🔑 API Keys

To collect moments and airdrop moments programmatically, you'll need to create an API key. This section provides a step-by-step guide to get your API key up and running.

Step 1: Access the API Keys Management Page

  1. Navigate to the In Process API Keys Management Page
  2. Sign in with email if you haven't already

Step 2: Create Your API Key

  1. On the API Keys page, you'll see a form to create a new API key
  2. Enter a descriptive name for your API key (e.g., "My Development Key", "Production API Key")
  3. Click the "Create API Key" button
  4. Important: Copy and securely store your API key immediately - it will only be shown once!
API Keys Management Page 1 API Keys Management Page 2

Step 3: Use Your API Key

Once you have your API key, you can use it to authenticate your requests to the In Process API:

curl -X GET https://inprocess.world/api/moment/collect \
  -H "x-api-key: art_sk_3fnm4...f6w4" \

Next Steps

With your API key ready, you can now: