cURL
curl --request POST \ --url https://api.example.com/analyses/{analysis_node_id}/fork \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
fork an analysis to create your own root.
API key in Bearer token format
Successful Response