GET and DELETE /api/v1/files/:id
GET
GET https://api.dropkit.app/v1/files/abc123...Authorization: Bearer pk_live_...Response:
{ "id": "abc123...", "name": "photo.jpg", "mime": "image/jpeg", "size": 12345, "createdAt": 1700000000000, "status": "ready", "url": "https://cdn.dropkit.app/abc123...", "metadata": { "user": "123" }}DELETE
Requires a secret key (sk_live_...).
DELETE https://api.dropkit.app/v1/files/abc123...Authorization: Bearer sk_live_...Returns 204.