Documentation / Libraries for working with API
Recommended
CasPaste provides a simple API v1. You can use standard HTTP clients in any language to interact with the API.
See the API v1 documentation for detailed endpoint information and examples.
Example Clients
| Language | Example |
|---|---|
| Go | http.Post() with standard library |
| Python | requests.post() library |
| JavaScript | fetch() API |
| cURL | curl -X POST command |