Developers
Parlaví API
A simple REST API to apply a voice profile to any text. Analyse writing samples, then restyle AI-generated content to match a real writing voice.
At a glance
Base URL
https://parlavi.ai/api/v1Authentication
Bearer token — API key from your dashboardRequest format
application/jsonResponse format
application/json (errors: application/problem+json)Core endpoints
POST
/api/v1/analyzeAnalyse a writing sample and return a stored style profile.POST
/api/v1/restyleRewrite text to match a stored style profile.GET
/api/v1/profiles/publicList public community profiles (no auth required).GET
/api/v1/docsFull OpenAPI 3.1 specification (YAML).