Developers API
Integrate FP Network with your own applications via our REST API. API Keys are generated in your dashboard.
Authentication
Send your API key in the Authorization header as a Bearer token.
Authorization: Bearer YOUR_API_KEY
Upload File Endpoint
POST https://api.fpnetwork.com/v1/upload
curl -X POST https://api.fpnetwork.com/v1/upload \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@/path/to/your/file.zip"