> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inprocess.world/llms.txt
> Use this file to discover all available pages before exploring further.

# In•Process API Documentation

# Welcome to In•Process

Use the In•Process API to build applications that interact with the protocol. Create moments, manage collections, browse timelines, and integrate with the decentralized creative platform.

## What is In•Process?

In•Process is a Web3-native platform for documenting and monetizing the creative journey—not just the final product. Artists, builders, and creatives can upload their work-in-progress (writing, music, visuals, links, embeds, or video) and mint it onchain to a collective timeline.

This documentation will help you integrate with the In•Process API to build applications that interact with the protocol.

## Get Started

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all available endpoints and integrations. Learn how to create API keys and make your first request.
  </Card>
</CardGroup>

## Core Features

<CardGroup cols={2}>
  <Card title="Collections" icon="folder" href="/api-reference/collections/browse">
    Browse, create, and manage NFT collections onchain. Filter by artist or explore the collective collections.
  </Card>

  <Card title="Moments" icon="sparkles" href="/api-reference/moment/create">
    Create, collect, and manage moments. Airdrop to recipients, manage permissions, update metadata, and retrieve comments.
  </Card>

  <Card title="Artists" icon="user" href="/api-reference/artists/api-keys/create">
    Create API keys, manage wallet connections, and connect phone numbers for SMS-based features.
  </Card>

  <Card title="Airdrops" icon="gift" href="/api-reference/airdrops/index">
    Retrieve airdrop information for artists, including recipients, amounts, and token details.
  </Card>

  <Card title="Payments" icon="wallet" href="/api-reference/payments/index">
    Browse payment records and distribute payments from split contracts to recipients.
  </Card>

  <Card title="Smart Wallet" icon="key" href="/api-reference/smartwallet/get">
    Get smart wallet addresses for artists to enable seamless onchain interactions.
  </Card>

  <Card title="Timeline" icon="clock" href="/api-reference/timeline/index">
    Browse moments from artist timelines or the collective timeline. Filter by artist, collection, or explore all moments.
  </Card>

  <Card title="Notifications" icon="bell" href="/api-reference/notifications/index">
    Browse notification records for protocol events. Filter by artist and viewed status.
  </Card>
</CardGroup>

## Developer Tools

<CardGroup cols={2}>
  <Card title="Coinbase SDK" icon="cube" href="/coinbase-sdk/create-collection">
    Use the Coinbase SDK to create collections and interact with the protocol.
  </Card>

  <Card title="Protocol" icon="globe" href="/protocol/protocol-deployments">
    Learn about protocol deployments, setup actions, and smart contract interactions.
  </Card>
</CardGroup>

## Need Help?

<CardGroup cols={2}>
  <Card title="FAQ" icon="question" href="https://inprocess.world/faq">
    Find answers to frequently asked questions about In•Process.
  </Card>

  <Card title="Contact Support" icon="envelope" href="mailto:sweetmantech@gmail.com">
    Reach out to our team for assistance with the In•Process API.
  </Card>
</CardGroup>
