The world's first Brand-Creator Marketplace Exchange. Brands drop campaigns with hashtags and payouts. Creators shop for campaigns and get paid automatically.
A three-sided marketplace connecting brands, creators, and audiences with automated performance-based settlements.
Complete API reference for the Brand-Creator Marketplace Exchange
/campaigns
Create a new hashtag campaign with payout structure
{
"campaign_name": "Fintech Future Campaign",
"brand_handle": "@etaildepot",
"hashtags": ["#FintechFuture", "#SmartCards", "#DigitalCommerce"],
"budget": 50000,
"payout_structure": {
"base_payment": 75,
"milestones": [
{ "views": 500000, "bonus": 500 },
{ "views": 1000000, "bonus": 1500 }
]
},
"duration_days": 45,
"content_guidelines": "Showcase fintech innovation"
}
Response: Returns campaign_id and escrow wallet address
/campaigns/{id}
Retrieve campaign details and current statistics
{
"campaign_id": "camp_abc123",
"status": "active",
"budget_remaining": 47250,
"total_submissions": 156,
"total_payouts": 2750,
"top_performing_content": [
{
"submission_id": "sub_def456",
"platform": "tiktok",
"views": 1200000,
"earnings": 1575
}
]
}
Use Case: Monitor campaign performance and budget usage
/campaigns/browse
Browse active campaigns with filtering options
Query Parameters:
min_payout
- Minimum total earning potentialhashtags
- Comma-separated hashtag interestsplatform
- tiktok, instagram, youtube, x, linkedinsort_by
- payout_desc, budget_desc, newPerfect for: Creator marketplace browsing experience
/submissions
Submit content to campaign for tracking and payment
{
"campaign_id": "camp_abc123",
"creator_id": "creator_xyz789",
"platform": "tiktok",
"content_url": "https://tiktok.com/@creator/video/...",
"hashtags_used": ["#FintechFuture", "#SmartCards"],
"mentions_used": ["@etaildepot"],
"submission_proof": "content_screenshot_url"
}
Auto-triggers: $75 base payment + performance tracking
/submissions/{id}/performance
Real-time performance metrics and earnings calculation
{
"submission_id": "sub_def456",
"current_views": 750000,
"current_likes": 45600,
"current_shares": 3200,
"earnings_breakdown": {
"base_payment": 75,
"milestone_bonuses": [500],
"pending_bonuses": [1500],
"total_earned": 575,
"total_potential": 2075
},
"next_milestone": {
"target_views": 1000000,
"bonus_amount": 1500,
"progress_percent": 75
}
}
Updates: Every 15 minutes via social platform APIs
/settlements/trigger
Trigger automatic payment when milestones are reached
{
"settlement_id": "settle_ghi012",
"submission_id": "sub_def456",
"milestone_reached": {
"type": "view_milestone",
"target": 1000000,
"actual": 1000000,
"bonus_amount": 1500
},
"payment_status": "processing",
"estimated_arrival": "2025-01-02T10:30:00Z",
"exchange_commission": 150,
"creator_payout": 1350
}
Settlement: Instant crypto or 24hr bank transfer
Get your Brand-Creator Exchange running in minutes
curl -X POST https://api.etaildepot.com/campaigns \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"campaign_name": "Summer Promo",
"brand_handle": "@yourbrand",
"hashtags": ["#summer2025", "#promo"],
"budget": 10000,
"payout_structure": {
"base_payment": 50,
"milestones": [
{"views": 100000, "bonus": 200}
]
}
}'
Deposit campaign budget to secure creator payments
Use returned escrow_wallet_address
from campaign creation
Track submissions, performance, and ROI in real-time via dashboard or API
curl "https://api.etaildepot.com/campaigns/browse?min_payout=500&platform=tiktok" \
-H "Authorization: Bearer creator_api_key"
# Returns campaigns sorted by earning potential
curl -X POST https://api.etaildepot.com/submissions \
-H "Authorization: Bearer creator_api_key" \
-d '{
"campaign_id": "camp_abc123",
"platform": "tiktok",
"content_url": "https://tiktok.com/@me/video/123",
"hashtags_used": ["#summer2025", "#promo"],
"mentions_used": ["@yourbrand"]
}'
Receive $50 base + performance bonuses as your content goes viral
💰 Payments process within 24 hours of milestone completion
Real results from the Brand-Creator Marketplace
Social media reach increase
Earned in 3 months
Settlement success rate