POST /api/create
This accepts a x-www-form-urlencoded
POST
request.
The text
property of the request should contain the contents of the file you want to create, and is REQUIRED
The API automatically returns the raw file endpoint as text. If you want the nicer version, you can include raw
prop equal to false
The rate limit is 30 reqs/minute
and the file size limit is 100kb
.