January 2026
January 30, 2026
Partner API V1 Launch- Initial release of the Partner API
- Topics endpoint for creating commentary requests
- Personas endpoint for listing licensed personas
- Usage endpoint for statistics
- API Key management endpoints
POST /partner/v1/topics- Create topics with persona selectionGET /partner/v1/topics/{id}- Get topic with all commentariesGET /partner/v1/topics/{id}/commentaries- Get completed commentaries onlyGET /partner/v1/personas- List licensed personasGET /partner/v1/personas/{id}- Get persona detailsGET /partner/v1/usage- Usage statistics
- X-Api-Key header authentication
- Scope-based permissions
- IP restriction support
Coming Soon
Q1 2026
- Webhooks - Get notified when commentaries are ready
- Bulk Topics - Submit multiple topics in one request
- Official SDKs - TypeScript and Python clients
Q2 2026
- Audio Output - Request audio commentaries
- Video Output - Request video commentaries
- Performance Metrics - Report plays/engagement back to Unleeshed
API Versioning
The API is versioned via URL path (/partner/v1/). We follow semantic versioning:
- Major versions (v1, v2) may have breaking changes
- Minor updates within a version are backwards compatible
- Deprecation notice given 6 months before removal