The FileCrater API lets you upload a file and receive a permanent URL programmatically — ideal for SaaS apps, game builds, and media pipelines.

curl -X POST https://filecrater.site/api/v1/files \
  -H "Authorization: Bearer YOUR_KEY" \
  -F "file=@release.zip"

Response includes url, credits_used, and permanent: true.