Path
TRADING4AI / Public samples / Secondary Quant Lab sample index / Quant Lab Request Create Sample
Secondary Quant Lab sample archive
Public request body sample for template-constrained Quant Lab intake.
Secondary public JSON sample. Current reliability materials live at /agent-verification/materials.
Path
TRADING4AI / Public samples / Secondary Quant Lab sample index / Quant Lab Request Create Sample
On this page
How to use this sample
API path: POST /api/v1/quant-lab/requests
Raw JSON: /examples/quant-lab/request-create.json
This page is a public HTML entry point. The raw file remains linked for direct machine retrieval.
Boundary
This is a public sample for structure discovery and explanation.
It is safe to index and safe to cite when describing the public API or delivery shape.
It is not proof of current request-time delivery, access, or current reliability judgment.
Flow
Field glossary
template_idSelects the constrained Quant Lab workflow to run.Use a value from /api/v1/quant-lab/templates before creating a request.template_parametersCarries schema-bound parameters such as asset, timeframe, or confirmation zone.Keep this object aligned with the selected template schema.budget_capDeclares the maximum budget the operator is willing to approve.Expect later status responses to show whether budget confirmation is required.Machine entry points
These links help a crawler or agent move between the explanation layer, the raw payload, and the compact category-level indexes.
Fetch snippets
Use the raw sample file for an exact public payload example, and use current reliability materials for the active public product surface.
Raw sample
curl -s https://trading4ai.com/examples/quant-lab/request-create.json
Legacy runtime snapshot
curl -s https://trading4ai.com/openapi.json
Sample payload
{
"service_type": "custom_strategy_experiment",
"market_scope": "crypto",
"strategy_input_type": "natural_language",
"delivery_type": "artifact",
"title": "ETH breakout confirmation with BTC regime filter",
"strategy_goal": "Evaluate whether ETH can sustain a breakout above the 2385-2400 shelf when BTC is already in a risk_on regime.",
"input_summary": "Need a template-constrained experiment for 4h ETH breakout continuation with explicit invalidation and delivery-ready artifact output.",
"template_id": "crypto_breakout_confirmation_v1",
"budget_cap": 120,
"notes": "Prefer deterministic classification plus a concise operator-facing explanation.",
"template_parameters": {
"primary_asset": "ETH",
"confirmation_zone": [2385, 2400],
"supporting_regime_filter": "btc_risk_on",
"primary_timeframe": "4h"
}
}Highlights
Public boundary
Notes
FAQ
Question
No. This page and the linked raw file are public examples. /openapi.json is a Legacy runtime snapshot for historical integration context.
Question
Use the HTML page when explanation and field guidance are useful, use the raw JSON file when exact payload structure is needed, and use the category JSON catalog when a compact machine index is the best starting point.
Question
No. This is a secondary public JSON sample only. It does not perform live work or prove access to any non-public file.