Developers

Captain Adel API

Add a source-citing Saudi GACAR assistant to your own product.

The same retrieve-and-cite engine that powers Fly GACA, exposed as a simple HTTP API. Send a question, get a grounded answer with exact GACAR Part and section citations. Hosted in-Kingdom.

Plans

Starter

SAR 499 / mo

5,000 answers / month

For a single product or a pilot integration.

Growth

SAR 1,999 / mo

25,000 answers / month

For a scaling product or a school LMS.

Enterprise

Custom

Unlimited · SLA

Volume pricing, SSO and a named contact.

Indicative pricing. Every plan shares a per-minute rate limit; monthly quotas reset each calendar month.

The endpoint

POST /v1/ask with your key as a Bearer token (or an X-Api-Key header). Send a message; receive a grounded answer, its sources and kind.

Request

curl -X POST https://flygaca.com/api/v1/ask \
  -H "Authorization: Bearer flygaca_live_…" \
  -H "Content-Type: application/json" \
  -d '{"message":"What are the VFR weather minimums in Class D airspace?"}'

Response

{
  "answer": "In Class D airspace, VFR minima are … (GACAR Part 91).",
  "sources": [{ "part": "91", "section": "91.155", "title": "…" }],
  "kind": "grounded",
  "refusalClass": null,
  "meta": { "provider": "gemini" }
}

Get an API key

Tell us about your product and the volume you expect, and we'll issue a key.

Request a key

Fly GACA is an independent educational platform. It is not affiliated with, endorsed by, or operated by the General Authority of Civil Aviation (GACA) or the Government of the Kingdom of Saudi Arabia. The official and authoritative source for all civil aviation regulations, publications, and aeronautical information is always GACA. Always verify against the latest official GACA publication at gaca.gov.sa.