Skip to main content
← All datasets

Fork Graph

Free

Clone a public graph into the caller's account.

Endpoint

POST /api/v1/graphs/{graph_id}/fork/

Parameters

NameRequiredDescription
graph_idrequired Source graph id. e.g. 1

Python SDK

import bankregreports
bank = bankregreports.bankreg("brr_…")
df = bank.graph_fork(graph_id)
Powered by BankRegAPI