{"openapi":"3.0.0","paths":{"/convert/html-to-pdf":{"post":{"operationId":"ConvertController_html2Pdf","parameters":[],"requestBody":{"required":true,"description":"HTML content to convert to PDF","content":{"application/json":{"schema":{"oneOf":[{"type":"string","format":"html","example":"<html><p>Привет</p><a href='http://emailmaker.ru'>это ссылка</a></html>"},{"type":"object","properties":{"html":{"type":"string","format":"html","example":"<html><p>Привет</p><a href='http://emailmaker.ru'>это ссылка</a></html>"}}}]}},"text/html":{"schema":{"oneOf":[{"type":"string","format":"html","example":"<html><p>Привет</p><a href='http://emailmaker.ru'>это ссылка</a></html>"},{"type":"object","properties":{"html":{"type":"string","format":"html","example":"<html><p>Привет</p><a href='http://emailmaker.ru'>это ссылка</a></html>"}}}]}},"text/plain":{"schema":{"oneOf":[{"type":"string","format":"html","example":"<html><p>Привет</p><a href='http://emailmaker.ru'>это ссылка</a></html>"},{"type":"object","properties":{"html":{"type":"string","format":"html","example":"<html><p>Привет</p><a href='http://emailmaker.ru'>это ссылка</a></html>"}}}]}}}},"responses":{"201":{"description":""}},"tags":["Convert"]}}},"info":{"title":"Html2Pdf app","description":"Html to Pdf Converter","version":"1.3","contact":{}},"tags":[],"servers":[],"components":{"schemas":{}}}