Extract a ZIP into downloadable files
Authorization
ApiKeyAuth X-Api-Key<token>
API key created via POST /api/v1/api-keys (shown once at creation)
In: header
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Upload a file or pass urls (JSON array of HTTPS URLs).
Upload a file or pass urls (JSON array of HTTPS URLs).
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/convertors/zip-extract" \ -F urls="[ \"http://example.com\" ]"{ "status": true, "code": 200, "message": "Success", "result": {}, "warnings": [ "string" ], "error": "string"}{ "status": 400, "message": "string"}Empty
{ "status": 400, "message": "string"}Empty
Empty