Vladmodels Zhenya Y114 Katya Y117225 Hot [work] Jun 2026

| | Method | Auth | Purpose | Sample Request / Response | |--------------|------------|----------|-------------|--------------------------------| | GET /v1/talents | 📄 | Public | List the three featured talents (or all talent users). | [id,displayName,avatarUrl,followersCount] | | GET /v1/talents/:id | 📄 | Public | Get full profile (including cover photo, bio, tags). | id,displayName,coverUrl,profile,... | | GET /v1/feed?limit=20&cursor=... | 📄 | Public/Optional (auth for personalized feed) | Paginated lifestyle feed (mixed talents). | items:[Post], nextCursor:"..." | | GET /v1/talents/:id/posts | 📄 | Public | Talent‑specific post list (with optional filters: tag , premium ). | | POST /v1/posts | ✏️ | Talent | Create a new post (supports multipart media upload). | Body: caption , tags[] , isPremium , priceCents , scheduledAt . | | POST /v1/stories | ✏️ | Talent | Upload a 24‑h story (media only). | | POST /v1/posts/:id/like | ✏️ | User | Toggle like. Returns updated like count. | | POST /v1/posts/:id/comments | ✏️ | User | Add comment. Returns comment object. | | POST /v1/transactions/tip | 💳 | User | Process a tip ( receiverId, amountCents, paymentMethodToken ). | | POST /v1/transactions/purchase | 💳 | User | Purchase premium content ( postId, amountCents, paymentMethodToken ). | | GET /v1/search?tag=travel&talentId=... | 📄 | Public | Search posts by lifestyle tag (optional talent filter). | | GET /v1/analytics/:talentId | 📊 | Talent | Return analytics summary (views, likes, earnings). |

Contact