Getting Started
Welcome to the PoCFO API reference docs. PoCFO provides cloud-native calculation engines to calculate runway, growth runway metrics, and financial forecasting with full compliance capabilities.
Authorization Headers
Attach your private API key to the Authorization header for all requests. Do not expose keys in frontend clients.
Authorization: Bearer sk_live_your_actual_key
Anonymous Key Testing
You can test the API instantly without creating an account or registering a company. Call POST /v1/auth/anonymous-key to create a sandbox API key dynamically.
The generated API key is valid for standard playground testing, isolated sandbox queries, and comes pre-seeded with 48 transaction records.
Sandbox Isolation
Keys prefixing with sk_test_ run operations in a sandboxed mode, utilizing completely isolated database records marked with livemode = 0.