cURL
curl --request POST \ --url https://api.example.com/public/v1/system-strategies/{key}/copy \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "EMA crossover template copy", "description": "Workspace-local copy of the EMA crossover template" } '
Creates a draft strategy from a system template. Finalize the version before running backtests.
Workspace API key for public agent API access
100
"EMA crossover template copy"
1000
"Workspace-local copy of the EMA crossover template"
Strategy draft created from template