GET

Overview

https://server.qpiai-quantum.tech/api/

The QpiAI QCloud Platform API provides programmatic access to all features of the QCloud quantum computing environment. Using this API, developers can create and execute quantum circuits written in OpenQASM, manage experiments and projects, schedule jobs on quantum backends, track credit consumption, and handle file storage — all via a single RESTful interface. This reference documents all 61 available routes, organised by resource type. Every route requires token-based authentication. Responses and request bodies use application/json.

Note:
  • Base URL: `https://server.qpiai-quantum.tech/api`
  • All responses are JSON.
  • All routes require `X-Secret-Token` header.
  • Resource IDs are UUIDs unless noted otherwise.
  • Timestamps are ISO 8601 strings.
Parameters:
ParamRequiredData TypeDescriptionExample
X-Secret-TokenYesstringAuthentication token from QCloud dashboardyour-token-here
HEADERS
X-Secret-Tokenyour-token-here
Content-Typeapplication/json
curl
curl --location 'https://server.qpiai-quantum.tech/api' \
--header 'X-Secret-Token: your-token-here'