Extract semantic markdown from heavy documents (PDF, DOCX, CSV), images (OCR & Diagrams), and audio voice recordings before passing compact tokens to the Sovereign Brain.
Supports PDF, DOCX, CSV, XLSX, JSON, Images (PNG/JPG/WEBP), and Voice Audio (MP3/WAV/OGG/WEBM).
// Output semantic markdown will appear here...
{
"endpoint": "POST https://api.floworkos.com/v1/parse",
"content_type": "multipart/form-data",
"example_curl": "curl -X POST https://api.floworkos.com/v1/parse -F file=@document.pdf"
}