API Documentation

Integrate with the Paperclip Hosting API

!

API Keys Required

To use the API, you need an API key. Contact support to get your API key. Include it in the Authorization header: Bearer YOUR_API_KEY

Base URL

https://api.papercliphosting.com/v1

Authentication

All API requests require authentication via Bearer token:

Authorization: Bearer YOUR_API_KEY

Response Format

All responses are JSON:

{
  "success": true,
  "data": { ... }
}