PixHub
Introduction

Introduction

The PixHub API lets you upload, access, and manage files programmatically using any HTTP client. All responses are in JSON format.

Base URL

https://pixhub.ro/api

All endpoints require HTTPS. HTTP connections are redirected automatically.

Request format

Files are sent as multipart/form-data. Other requests have no body. Responses are always application/json.

Versioning

The API is not currently versioned. Breaking changes will be announced via the platform's blog and via notifications to API users at least 30 days in advance.

Available endpoints

MethodPathDescription
POST/api/uploadUpload a file
GET/api/uploadsList your own files (paginated)
GET/api/uploads/{slug}Return a single file
DELETE/api/uploads/{slug}Delete a file
GET/api/statsAccount usage statistics