Fast, secure file storage API
Welcome to the Serve API! This guide will help you get started with uploading and managing files.
https://your-domain.com/apiHere's how to make your first API call:
curl -X POST https://your-domain.com/api/upload \
-H "Authorization: Bearer sk_live_your_api_key" \
-F "file=@image.jpg" \
-F "tags=profile,avatar"