Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 819 Bytes

server-side-file-upload-v2.md

File metadata and controls

17 lines (11 loc) · 819 Bytes

Server side file upload (beta)

{% 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.

Endpoint

Method Endpoint
POST https://upload.imagekit.io/api/v2/files/upload

Read more about server side file upload specifications and usage here.