Developer center
Build on Northstar
Connect storage to your application with a small, predictable HTTP API.
API endpoint
https://api.northstar.cloud/v1Upload a file
Create an upload session, then send the file body using the signed URL returned by the API.
curl -X POST /v1/uploads \
-H "Authorization: Bearer $TOKEN" \
-d '{"name":"report.pdf"}'Share securely
Share links can expire automatically and may be limited to a specific number of downloads.
Encryption
Objects are encrypted at rest and transferred over modern TLS connections.