# Doc Converter **Provider:** Doc Converter **Category:** storage **Base URL:** `https://api.presalytics.io/doc-converter/` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://presalytics.io ## Description This api converts file formats of OpenXml and OpenOffice documents formats to vector files (e.g., svg) ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.presalytics.io/doc-converter//svgconvert` | converts pptx file to svg image | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.presalytics.io/doc-converter//svgconvert' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/doc-converter/) — CC BY 4.0*