api

this is documentation on usage of our API


fetch a paste

https://voidbin.org/raw/(paste_id) [GET]

 to prevent abuse and spam, an API key is required to interact with these actions. these endpoints require Authorization: Bearer [TOKEN] in your requests.
create a paste

https://voidbin.org/api/create [POST]


delete a paste

https://voidbin.org/api/delete/(paste_id) [GET]


list your pastes

https://voidbin.org/api/list [GET]


user

https://voidbin.org/api/user [GET]