aix.md/link

Share files with a short link

Upload HTML, Markdown, or PDF files and get a unique 7-character link. Share instantly with anyone. Push from your IDE via API.

Get started
7
Char codes
3
File types
API
IDE upload

HTML

Upload full HTML pages. Rendered directly in the browser with scripts and styles.

Markdown

Upload .md files. Rendered beautifully with GitHub-flavored Markdown support.

PDF

Upload PDFs for inline viewing. No downloads required for your recipients.

Push from your IDE

Use your API key to upload files directly from VS Code, Cursor, or any tool with cURL support.

curl -X POST https://aix.md/api/v1/upload \
  -H "x-api-key: ak_your_api_key_here" \
  -F "file=@./page.html"

# Response:
# { "url": "https://aix.md/ab12345", "code": "ab12345" }