Skip to main content

1. Create an account

Sign up at app.uplint.dev to get access to the dashboard. The free tier includes 500 uploads/month with full platform access.

2. Get your API key

Navigate to Settings → API Keys in the dashboard, or create one via the API:
The response includes your API key — store it securely, it’s only shown once:

3. Create a file context

File contexts define your upload pipelines — what file types are allowed, size limits, and which validations to run:

4. Upload a file

Upload a file into your context. Uplint validates it against all configured rules before storing it:
If the file passes all checks:
If the file fails validation (blank, corrupt, virus, wrong extension, oversized):

5. Retrieve your file

Generate a pre-signed download URL:

Next steps

Authentication

Learn about API key scopes and security best practices.

File Contexts

Understand how to configure upload pipelines.

Trust Pipeline

See every validation stage your files pass through.

API Reference

Explore the full API with request/response examples.