MD Import Docs
Overview
What the MD import API does and which endpoints are included.
The MD import API is designed for uploading ZIP-based Markdown projects into FaFaFa.ai and processing them asynchronously.
Good fits
- Migrating local knowledge bases or report archives
- Sending AI-generated Markdown back into the editor
- Importing scheduled
.md + assetspackages from an external CMS
Included endpoints
- Upload ZIP:
POST https://api.fafafa.ai/uploads/md-import - Create import job:
POST /api/v1/md/import - Poll job status:
GET /api/v1/md/import/jobs/{jobId} - Render Markdown:
POST /api/v1/md/render
Recommended reading order
- Read API Key
- Then read Import Jobs