How to verify the health of the files.link platform — the API, uploads, CDN delivery, and dashboard — yourself, and how to report an incident if something looks wrong. This page is not a live dashboard.
The moving parts of the platform, and what each one does. Use the checks in the next section to confirm whether a given component is healthy right now.
REST endpoints under /v1 — file creation, presigned upload URLs, and confirm-upload. This is the surface your build scripts and integrations call.
Presigned PUT uploads and the confirm-upload step that finalizes a file once the transfer completes.
Public link serving over our global CDN, plus signed URLs for private files.
The web app for managing projects, folders, files, API keys, billing, and credits.
We don't render a live status indicator here, because we have no independent monitoring feed wired into this page — a hardcoded "operational" badge would stay green during a real outage, and that would be dishonest. We also don't publish a fabricated uptime percentage or a synthetic historical SLA. If something looks degraded, verify it directly with the checks below and reach us.
files.link is developer infrastructure, so the most reliable signal is the one your own code already gets. If you want to confirm the platform is healthy from your side, the fastest checks are:
/v1 endpoint using your API key in the Authorization header (the raw key, with no Bearer prefix). A normal 2xx response means the API tier is serving requests.POST /v1/files/{folderId} to mint a presigned URL, PUT the bytes to that URL, then POST /v1/files/confirm-upload. A clean round-trip confirms uploads end to end.Seeing errors, timeouts, slow delivery, or upload failures that don't match the status above? Tell us — a real report from your account is often the first signal we get, and it helps us scope the problem fast.
Email contact@files.link and include, where you can:
files.link is a prepaid, pay-as-you-go platform — you pay only for what you store and serve. No invoices, no surprise plans.
Questions about uptime, maintenance windows, or SLAs for a larger integration? Reach contact@files.link.