FixitAPI
Search 18.5M+ Stack Overflow solutions with semantic search. 93GB indexed database optimized for developers and AI agents.
1 subscribers
26 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
FixitAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| search | ||
| GET |
search_stream_search_stream_get /search/stream |
Streaming search endpoint using Server-Sent Events (SSE). For API consistency with other Built-Simple APIs. Events: - status: Search progress updates - results: Search results -… |
| POST |
search_search_post /search |
Search Stack Overflow solutions with rate limiting |
| auth | ||
| POST |
login_auth_login_post /auth/login |
Login with email and password |
| GET |
get_user_info_auth_me_get /auth/me |
Get current user information from session |
| GET |
google_login_auth_google_get /auth/google |
Initiate Google OAuth login flow using SDK |
| POST |
rotate_key_auth_rotate_key_post /auth/rotate-key |
Rotate API key for authenticated user |
| GET |
logout_auth_logout_get /auth/logout |
Logout and clear session (both email/password and OAuth) |
| POST |
register_auth_register_post /auth/register |
Register a new user with email and password |
| GET |
google_callback_auth_google_callback_get /auth/google/callback |
Handle Google OAuth callback using SDK |
| checkout | ||
| GET |
checkout_success_checkout_success_get /checkout/success |
Handle successful checkout redirect. Retrieves the API key for the completed session. |
| POST |
create_checkout_checkout_post /checkout |
Create a Stripe Checkout session for Pro subscription. Returns a URL to redirect the user to Stripe's hosted payment page. |
| GET |
checkout_cancel_checkout_cancel_get /checkout/cancel |
Handle cancelled checkout - redirect to home with sales message |
| webhook | ||
| POST |
stripe_webhook_webhook_stripe_post /webhook/stripe |
Handle Stripe webhook events using SDK handler. |
| subscription | ||
| GET |
subscription_status_subscription_status_get /subscription/status |
Check subscription status for an API key |
| usage | ||
| GET |
usage_usage_get /usage |
Check current API usage |
| health | ||
| GET |
health_health_get /health |
Fast health check with cached database stats (refreshes hourly) |
| stats | ||
| GET |
detailed_stats_stats_get /stats |
Force refresh of detailed database statistics |
| upgrade | ||
| POST |
upgrade_redirect_upgrade_post /upgrade |
Legacy endpoint - redirects to new checkout flow |
| hybrid-search | ||
| POST |
hybrid_search_endpoint_hybrid_search_post /hybrid-search |
Hybrid search combining FTS5 BM25 and vector similarity. Uses Reciprocal Rank Fusion (RRF) to merge results. |
| vector-health | ||
| GET |
vector_health_vector_health_get /vector-health |
Check if vector search server is available. |
| api | ||
| POST |
contact_form_api_contact_post /api/contact |
Handle contact form submissions - sends email to [email protected] |
| sitemap.xml | ||
| GET |
sitemap_sitemap_xml_get /sitemap.xml |
Generate XML sitemap for Google indexing |
| robots.txt | ||
| GET |
robots_robots_txt_get /robots.txt |
Robots.txt for search engine crawlers |
| llms.txt | ||
| GET |
llms_txt_llms_txt_get /llms.txt |
LLMs.txt for AI agents and crawlers |
| favicon.ico | ||
| GET |
favicon_favicon_ico_get /favicon.ico |
Serve favicon |
| Other endpoints | ||
| GET |
root__get / |
Serve HTML interface or API info based on Accept header |
FixitAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $99 / month | — |
|