Skip to main content
POST
/
ai
/
transpile_circuits
Transpile Circuits
curl --request POST \
  --url 'https://api.example.com/ai/transpile_circuits?HAIQU_API_KEY=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "experiment_id": "<string>",
  "device_id": "<string>",
  "circuit_ids": [],
  "transpilation_options": {},
  "circuits_qasm": [
    "<string>"
  ]
}
'
{
  "context": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.haiqu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

HAIQU_API_KEY
string
query
required

Body

application/json

Transpilation submission model with context for AI/MCP endpoints.

experiment_id
string
required
device_id
string
required
circuit_ids
any[]
transpilation_options
Transpilation Options · object

Backend-specific transpilation options. For example: {'optimization_level': 2}.

circuits_qasm
string[] | null

List of quantum circuits in QASM 2.0 or 3.0 format. Use either this field or circuit_ids field to specify the existing circuits IDs to transpile.

Response

Successful Response

Transpilation Job model with the context for AI/MCP endpoints.

context
string
required