Paste
paste.rsRank Trend
Ranking history over time.
About Paste
Paste.rs is a straightforward pastebin service that allows users to share text and code snippets easily. It features a simple API, command-line interface, and web form for pasting content, with support for Markdown rendering and code syntax highlighting.
Share text and code snippets quickly using a simple pastebin service.
What You Can Do
- Paste text and code via web form or API
- Retrieve pastes using unique IDs
- Render Markdown and highlight code
- Delete pastes with a simple command
- Access via command-line interface
Frequently Asked Questions
How do I create a paste?
You can create a paste by sending raw data to the POST endpoint at https://paste.rs/.
Can I retrieve my paste later?
Yes, you can retrieve your paste using the GET method with the unique paste ID.
Is there a limit on the size of pastes?
Yes, pastes are subject to a maximum upload size, and exceeding this limit will result in a partial upload.
How can I delete a paste?
You can delete a paste by sending a DELETE request to https://paste.rs/.
Does it support Markdown?
Yes, pastes can be rendered as Markdown when accessed with the appropriate file extension.