EmberlyEmberly Docs

Integrations

Connect Emberly to your favourite screenshot tools, scripting environments, and development workflows.

Emberly works with a wide range of tools. Pick one-click integrations for everyday use, or use the API directly for custom workflows.

Getting Your Upload Token

All integrations authenticate using your Upload Token:

  1. Go to Dashboard → Settings → Profile
  2. Copy your Upload Token
  3. Paste it into the integration configuration

Keep your token private

Your token grants full upload access to your account. Never commit it to source control or share it publicly. You can regenerate it at any time from your profile settings.

API Endpoint

All integrations upload to:

POST https://embrly.ca/api/files
Authorization: Bearer YOUR_UPLOAD_TOKEN
Content-Type: multipart/form-data

See the Files API reference for the full request/response format.

On this page