It's pretty easy to use, you just POST to /api/v1/paste.php with code parameter containing the data to be pasted, the response is a JSON with the following fields:
| Field | Description |
| status | An HTTP code, 200 when everything goes fine |
| error | Human readable error, if status is 200, it's empty |
| rich_link | Only exists if status is 200, contains link with code highlighting |
| raw_link | Only exists if status is 200, contains raw link without any markup |