https://htmldrop.app/api/v1. There are three ways to call it.
No credentials
Anonymous drop endpoints need nothing at all — that is what powers the homepage drop area. Those drops are capped at 2 MB and live 7 days.API token
For scripts, CI and headless agents. Create one at Dashboard → Settings → API tokens; tokens look likehsk_live_… and are shown once.
OAuth
For MCP clients. The server implements OAuth 2.1 with PKCE and dynamic client registration, so a compliant client discovers everything it needs:mcp and cli. You approve in the browser, the client stores and
refreshes tokens, and access can be revoked from the dashboard. See
publishing from AI agents.