API Keys

Create and manage API keys for programmatic access

Create New API Key

Give your API key a descriptive name to help identify its purpose

Your API Keys

API Key Documentation

What are API Keys?

API keys are credentials that allow you to authenticate programmatic requests to the MarkdownAPI.io API. Use them in your applications, scripts, or automation tools.

How to Use

Include your API key in the request header:

curl https://markdownapi.io/api/projects \
  -H "X-API-Key: YOUR_API_KEY"

Security Best Practices

  • Never commit API keys to version control
  • Store keys in environment variables
  • Rotate keys regularly
  • Revoke unused or compromised keys immediately
  • Use separate keys for different environments