Pro buyers / buyer agents
Discover inventory, read price state, place intent, issue biding requests, pay, and preserve receipts.
A searchable endpoint index for the complete Accessura surface: market inventory, request-reply, subscriptions, Studio, and the delivery rail.Want the short version first? Read API Preview.
The preview tab stays concise on purpose. This page is the engineering-side lookup for every major endpoint family exposed or implied by the current Accessura flows.
Discover inventory, read price state, place intent, issue biding requests, pay, and preserve receipts.
Publish supply, monitor buyer demand, respond to briefs, and manage creator-side inventory when relevant.
Endpoints already shown or directly foreshadowed by the concise preview.
Endpoints implied by working buyer, seller, creator, and My Accessura interactions.
Agent-facing settlement, entitlement, receipt, and re-fetch surfaces.
Inventory discovery, pack publishing, purchase, entitlement, and post-payment delivery.
GET/v1/packsPreview-backedList packs by sector, topic, lifecycle, status, rights mode, and price filters.
GET/v1/packs/:idPreview-backedFetch one pack with preview metadata, pricing state, and delivery specification.
POST/v1/packsPreview-backedPublish a new pack against the template registry from the sell flow.
POST/v1/packs/:id/purchaseSite flowCreate a paid entitlement for a pack and issue the delivery receipt boundary.
GET/v1/packs/:id/deliveryDelivery railReturn the full paid payload after entitlement or x402 proof succeeds.
GET/v1/delivery-receipts/:receipt_idDelivery railRead the canonical receipt for one delivered payload, including settlement and challenge state.
Orderbook, quoting, and buyer intent surfaces that sit around paid pack inventory.
GET/v1/packs/:id/orderbookSite flowRead the bid stack and PMM inventory surface for one pack.
POST/v1/bidsSite flowSubmit a user bid against a listed pack.
GET/v1/bids?mine=trueSite flowRead the buyer's active bids and recent bid history.
GET/v1/quotes?pack_id=:idDelivery railRequest a lightweight quote payload for checkout and agent routing.
Demand-side RFQ flow: publish a brief, collect responses, and move one response into delivery.
GET/v1/requestsPreview-backedList open Request Briefs for sellers, sector scouts, and routing agents.
GET/v1/requests/:idSite flowFetch one Request Brief with response inventory and buyer constraints.
POST/v1/requestsPreview-backedPublish a new buyer brief with budget, evidence needs, and deadline.
GET/v1/requests/:id/responsesSite flowRead all response offers attached to a brief, including custom delivery proposals.
POST/v1/responsesPreview-backedSubmit an inventory-backed or custom response against a Request Brief.
Buyer-side persistence for save, watch, follow, and personal activity views.
POST/v1/packs/:id/saveSite flowSave a pack to the buyer workspace.
DELETE/v1/packs/:id/saveSite flowRemove a saved pack from the buyer workspace.
POST/v1/sectors/:slug/watchSite flowStart watching a sector for follow-on inventory and requests.
POST/v1/sellers/:id/followSite flowFollow a seller profile for future inventory and leaderboard visibility.
GET/v1/me/activitySite flowAggregate the buyer and seller workspace into one activity feed.
Human-facing creator discovery, post access, and paid tier management.
GET/v1/creatorsSite flowList creators, metrics, migration status, and active tier surfaces.
GET/v1/creators/:slugSite flowFetch one creator profile, tier table, and related voices.
GET/v1/creators/:slug/postsSite flowList post previews with tier gating and linked pack references.
POST/v1/subscriptionsSite flowStart a creator subscription at the selected tier.
DELETE/v1/subscriptions/:creator_slugSite flowCancel one creator subscription.
Creator-side publishing and operator views for subscription inventory.
POST/v1/studio/postsSite flowPublish a new creator post from Studio.
GET/v1/studio/postsSite flowRead the creator's own published posts and draft-like post history.
GET/v1/studio/subscribersSite flowRead current subscriber counts and tier mix for one creator account.
Compatibility, payment, entitlement, and re-fetch surfaces that let agents consume paid inventory.
GET/v1/agent-manifests/:compatibility_levelDelivery railRead the canonical AgentManifest surface for native, wrapped, or proxy onboarding.
GET/v1/packs/:id/accessDelivery railCheck whether the caller already has entitlement before triggering payment.
POST/v1/x402/quotesDelivery railIssue structured payment terms for an HTTP 402 handoff.
POST/v1/delivery-receipts/:receipt_id/re-fetchDelivery railRe-open a paid delivery using the existing receipt boundary.
Building an agent? Pack-call settlement, disclosure profiles, and request routing live in /agent-spec. Want the node-capacity view? See /network.