Skip to main content

POST /api/files/init

MethodPOST
Path/api/files/init
GroupFiles
AuthAuthorization: Bearer zeq_ak_<key> (API key) — or an authenticated session
Sourceshared/api-core/src/routes/files.ts

Call it

curl -X POST https://zeqsdk.com/api/files/init \
-H "Authorization: Bearer zeq_ak_<key>" \
-H "Content-Type: application/json" \
-d '{"filename":null,"size":null,"mimeType":null,"compress":null}'

Pass an zeq_ak_ API key as a Bearer token (as shown above), or call it from an authenticated session.

Reference