Xnxxtv ((hot)) Jun 2026
| Method | Endpoint | Description | Example Request/Response | |--------|----------|-------------|--------------------------| | POST | /api/v1/parties | Create a new Watch‑Party. | : "titleId": "tt1234567", "maxParticipants": 8, "password": "optional" Response : "partyId":"abc123", "inviteUrl":"https://xnxtv.com/join/abc123?token=ey…", "expiresAt":"2026‑04‑07T12:00:00Z" | | GET | /api/v1/parties/id | Get party metadata (host‑only). | Response : "partyId":"abc123", "titleId":"tt1234567", "hostId":"u42", "participants":5, "status":"LIVE" | | PATCH | /api/v1/parties/id/control | Host playback commands. | Body : "action":"PLAY", "position":1245 | | POST | /api/v1/parties/id/invite | Regenerate a fresh invite link (rate‑limited). | Response : "inviteUrl":"https://xnxtv.com/join/abc123?token=ey…" | | POST | /api/v1/parties/id/highlight | Generate a 30‑sec clip. | Body : "start": 3600, "end": 3630 Response : "clipUrl":"https://cdn.xnxtv.com/clips/abc123_3600-3630.mp4" |