CNCoreNova Docs

HTTP API

API reference

Base URL: https://api.corenovacloud.com. Both operations require a Marketplace-issued bearer credential.

POST/v1/conversions

Submit exactly one multipart/form-data field named file. The filename extension must be .doc, .ppt, or .xls.

HeaderRequiredDescription
AuthorizationYesBearer API_KEY
Idempotency-KeyNo8–128 allowed characters; reuse only with the identical file.

Success: 202 Accepted. Size errors: 413. Authentication errors: 401 or 403.

GET/v1/conversions/{task_id}

Return the current task state. A successful task includes a five-minute presigned download URL while the result remains within its 30-minute retention window.

Task states

Download the complete OpenAPI 3.0 definition.