{% hint style="danger" %} This API is in beta and subject to change. {% endhint %}
You can upload files to the ImageKit.io media library from your server-side using private API key authentication.
Server side upload for API v2 is the same as API v1. The only difference is the API endpoint.
Method | Endpoint |
---|---|
POST | https://upload.imagekit.io/api/v2/files/upload |
Read more about server side file upload specifications and usage here.