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 + assets packages 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
  1. Read API Key
  2. Then read Import Jobs