Integrate with the Paperclip Hosting API
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
https://api.papercliphosting.com/v1All API requests require authentication via Bearer token:
Authorization: Bearer YOUR_API_KEY
All responses are JSON:
{
"success": true,
"data": { ... }
}