Quickstart
Get your first API call working in under five minutes.
Step 1: Sign up
Create an account at platform.godfocus.io/auth/signup. No credit card required โ every new account starts with a free credit balance to explore the API.
Step 2: Generate an API key
Go to your Dashboard API Keys and click Generate key. Copy the key โ it starts with gfp_live_ and will only be shown once.
Store it in an environment variable:
export GODFOCUS_API_KEY="gfp_live_YOUR_KEY_HERE"
Step 3: Verify your key with /v1/health
GET
/v1/healthFreeYou should see "ok": true and your current credit balance.
Step 4: Try a Bible search
POST
/v1/bible/search1 creditYou should get back a list of matching Bible verses with relevance scores.
Next steps
- Read about Authentication to understand API key security
- Filter results by Themes
- Try AI-powered semantic search for deeper results
- Ask a question with Bible Ask (streaming)