{"name":"Verba API","message":"Welcome to the Verba API.","tagline":"Build character chat and image experiences on top of Verba.","version":"v1","base_url":"https://api.verba.ink","documentation_url":"https://docs.verba.ink/guides/api","documentation":{"url":"https://docs.verba.ink/guides/api","description":"Full API guides and reference documentation.","authentication":{"type":"Bearer API key","header":"Authorization","format":"Bearer <YOUR_VERBA_API_KEY>"},"endpoints":[{"method":"GET","path":"/","description":"API landing page and quick documentation."},{"method":"GET","path":"/v1","description":"Versioned API documentation payload."},{"method":"POST","path":"/v1/response","description":"Generate an in-character response for a Verba character.","supports_streaming":true},{"method":"POST","path":"/v1/image","description":"Generate a character-guided image.","supports_streaming":false},{"method":"GET","path":"/api/health","description":"Health check endpoint."}],"quickstart":{"response_example":{"method":"POST","url":"https://api.verba.ink/v1/response","body":{"character":"your-character-slug","messages":[{"role":"user","content":"Say hi and introduce yourself in one sentence."}]}},"image_example":{"method":"POST","url":"https://api.verba.ink/v1/image","body":{"character":"your-character-slug","prompt":"A cinematic portrait with soft golden hour light."}}}}}