Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.topograph.co/v2/workspaces \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "branch-paris", "legalName": "Acme Paris SAS" } '
Workspace identifier — unique within the account.
64
^[a-zA-Z0-9_-]+$
"branch-paris"
Display-friendly legal name used in reporting and invoices.
255
"Acme Paris SAS"