Skip to main content

Can I share files via API?

Yes. The EasySend REST API is free with no authentication. One POST request uploads a file and returns a shareable link. Works from cURL, Python, JavaScript, PHP, Go or any HTTP client.

The EasySend API requires no API key, no OAuth and no signup.

Quick Example

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

Response:

{"success":true,"short_code":"aB3xZ","share_url":"/aB3xZ"}

Your share link is https://easysend.co/aB3xZ.

What You Can Do

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

Try EasySend Free