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

# Enterprise API

> The infrastructure for digital collectibles. Build pack, vault, and fulfillment experiences on top of the Phygitals rails.

**The infrastructure for digital collectibles.** Sell digital packs backed by real physical cards. End users buy, instantly reveal, securely vault, and then ship or sell whenever they want, all through a single API.

The most advanced B2B rails in the space: **\$350M+** GMV, **2.8M+** transactions, **100K+** users, all running on the same endpoints you're about to integrate.

## The four-step flow

<Steps>
  <Step title="Buy a pack">Purchased digitally with card or crypto. Each pack is backed by real physical cards.</Step>
  <Step title="Instant reveal">The user watches cards revealed live. Outcome known the moment the pack opens.</Step>
  <Step title="Securely vaulted">Items sit in insured US facilities (PSA, Alt, Fanatics). The user owns the digital representation.</Step>
  <Step title="Ship or sell">Redeem for worldwide shipping, or sell back at 85% of FMV for instant liquidity.</Step>
</Steps>

<Card title="Read the full platform overview" icon="book-open" href="/enterprise-api/platform-overview" horizontal>
  Scale, vault partners, white-label launches, and the business context behind every API call.
</Card>

## What you can do

<CardGroup cols={2}>
  <Card title="List & display packs" icon="grid-2" href="/api-reference/packs/list">
    Fetch available packs, pricing, expected value, rarity distributions, and top hits.
  </Card>

  <Card title="Purchase on behalf of users" icon="cart-shopping" href="/api-reference/purchase/init">
    Start a purchase with your own `user_id` and poll for fulfillment.
  </Card>

  <Card title="Manage user inventory" icon="boxes-stacked" href="/api-reference/inventory">
    List items owned by any user, ready for sellback or shipping.
  </Card>

  <Card title="Sell back for cash" icon="arrow-rotate-left" href="/api-reference/sellback">
    Instant 85% FMV buyback. No secondary market to source.
  </Card>

  <Card title="Ship physical items" icon="truck-fast" href="/api-reference/shipping/quote">
    Live carrier rates, worldwide fulfillment, settled B2B.
  </Card>

  <Card title="Track orders" icon="location-dot" href="/api-reference/shipping/order">
    Poll status, tracking number, and delivery confirmation.
  </Card>
</CardGroup>

## Start here

<Steps>
  <Step title="Get an API key">
    Contact the Phygitals team at [hello@phygitals.com](mailto:hello@phygitals.com) to receive your API key.
  </Step>

  <Step title="Read the introduction">
    The [introduction](/api-reference/introduction) covers authentication, the base URL, and the end-to-end request flow.
  </Step>

  <Step title="Make your first call">
    Start with [`GET /api/v1/vm/available`](/api-reference/packs/list) to see what packs you can offer your users.
  </Step>
</Steps>
