Skip to main content

Can I use EasySend in my app?

Yes. The EasySend REST API is free with no authentication required. One POST request uploads a file and returns a shareable link. Works from any language or framework.

EasySend has a public REST API that requires no API key, no OAuth and no signup. You can integrate file sharing into any application with a single HTTP request.

Quick Example

curl -F "[email protected]" https://easysend.co/api/v1/upload

The response includes a short_code and share_url that anyone can use to download the file.

Available Integrations

Full API documentation at /developer-api. OpenAPI spec at /openapi-gpt.json.

Try EasySend Free