Skip to main content
POST
/
analyses
/
{analysis_node_id}
/
fork
fork analysis
curl --request POST \
  --url https://api.example.com/analyses/{analysis_node_id}/fork \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.bevor.io/llms.txt

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

Authorizations

Authorization
string
header
required

API key in Bearer token format

Path Parameters

analysis_node_id
string
required

Response

Successful Response

id
string
required