See how easy it is to share code with CodeShare.
Upload any text file or code file up to 5MB:
curl -X POST https://codeshare.crackedcn.com/api/upload \
-F "file=@example.js"Paste code directly without creating a file:
curl -X POST https://codeshare.crackedcn.com/api/upload \
-F "content=console.log('Hello World')" \
-F "filename=hello.js" \
-F "accessCode=secret123"Upload any text file or code file up to 5MB.
Simple, secure, and fast code sharing for developers and teams.