Introduction

Integrate with the Talentir platform to pay creators, sellers, and freelancers worldwide.

The Talentir API lets you integrate payouts into your own product. Talentir runs the payments, carries the liability, and handles recipient verification, so you do not build banking integrations or a ledger.

What you can do

  • Create payouts: send payments to creators using social media handles (@username), email addresses, or wallet addresses.
  • Mint hosted sessions: generate Talentir-hosted URLs for payout claiming, payout approval, KYB verification, and spending allowance — optionally under your own white-label branding.
  • Manage webhooks: receive real-time notifications for payout status changes.
  • Access team information: read your team details, members, balances, and deposit instructions.

Base URLs

EnvironmentBase URL
Productionhttps://www.talentir.com/api/v1
Sandboxhttps://sandbox.talentir.com/api/v1

The sandbox is a standalone environment with its own persistent database. Sign up self-service; your teams, API keys, and webhooks stay put between visits. All external providers (banking, PayPal, blockchain, compliance screening) are simulated: no real money moves, and payouts settle instantly and synchronously. Business verification (KYB) completes with one click, wallets are simulated, and every payout method has a passing and a failing test scenario (see Create a payout).

How to use these docs

  • Each endpoint page has a Test button that opens the Scalar API client for the endpoint.
  • The machine-readable specification lives at /api/v1/spec.json. Agent-readable page dumps are at /llms.txt and /llms-full.txt.