Try Palettable for quick Color schemes and Contrast check... Click here
Document Hub
Overview and Authentication
Service Overview
Waysorted exposes four core APIs, each handling a specific file transformation need in design workflows:
- EPS Font Recognition API: Analyzes EPS files to detect embedded fonts, leveraging a comprehensive Google Fonts database (1,400+ fonts) for fuzzy matching, category classification (e.g., serif, sans-serif), and similarity suggestions. Ideal for font auditing in vector graphics pipelines. Supports real-time processing with confidence scores and popularity-weighted results.
- PDF to CMYK Converter API: Processes RGB PDFs to CMYK color space using Ghostscript, suitable for print-ready outputs. Includes progress tracking and storage integration for original/converted files. Deployed with auto-scaling for batch jobs.
- PSD to SVG Converter API: Renders layered PSD files as editable SVGs via psd-tools and Pillow, preserving composites and enabling web-friendly exports. Features signed upload flows and polling for completion, with optional task queuing for large files.
- PDF DPI Converter API: Upscales or downscales PDF resolution via Ghostscript, with user-selectable DPI presets (e.g., 72, 150, 300). Manages metadata in a NoSQL store for status queries, supporting secure, resumable uploads.
Each API follows RESTful conventions with multipart/form-data for file uploads and JSON for metadata/responses. Processing times vary: <5s for simple detections, up to 2min for complex conversions (with polling endpoints).
Last updated: December 2025. Need help? Contact info@waysorted.com or submit feedback via Report a Bug.