ChatGPT Custom GPT
Upload and share files through ChatGPT conversation. Custom GPT with native file sharing actions. No signup required.
Features
- Upload files through ChatGPT conversation
- Get shareable download links in the chat
- Check bundle status and download counts
- Delete bundles with upload token
- OpenAPI 3.1 spec for native GPT Actions
- No authentication required
Setup
- Go to chat.openai.com/gpts/editor
- Create a new GPT and switch to Configure tab
- Under Actions, import from URL:
https://easysend.co/openapi-gpt.json - Set Authentication to None and save
Example
Say "upload this file" in ChatGPT and attach a document. The GPT uploads it to EasySend and returns a download link anyone can use.
FAQ
Do I need ChatGPT Plus?
You need a ChatGPT Plus or Team subscription to create and use Custom GPTs with Actions.
Can the GPT read my files?
The GPT can see file metadata (name, size) but the actual file content goes directly to EasySend servers. Enable encryption for zero-knowledge sharing.
Is the OpenAPI spec public?
Yes. The spec is at easysend.co/openapi-gpt.json and can be used by any system that supports OpenAPI 3.1 actions.