๐Ÿ”ฅGodFocus Platformยท Docs
โ† HomeDashboard โ†’

API Reference

Base URL: https://platform.godfocus.io/v1

All endpoints require the Authorization: Bearer gfp_live_... header unless noted.

Endpoints

EndpointMethodCostDescription
/v1/healthGETFreeAuth check + credit balance
/v1/bible/searchPOST1 creditKeyword scripture search
/v1/bible/search-aiPOST3 creditsSemantic (AI-powered) search
/v1/bible/askPOST10 creditsGrounded RAG answer (streaming)
/v1/billing/packsGETFreeList credit packs
/v1/billing/checkoutPOSTFreeCreate Stripe checkout session

Versioning

The API is currently at version 1 (/v1). Breaking changes will be announced with a new version prefix. The current version will remain supported for at least 12 months after a new version launches.

Rate limits

All keys share a rate limit of 60 requests per minute. Exceeding this returns a 429 response. See Errors for retry guidance.

Content type

All POST request bodies must use Content-Type: application/json. All responses are JSON (except /v1/bible/ask which is text/event-stream).