# SateAIs API Docs > Reference and guides for the SateAIs satellite data analysis API. Each link below returns a clean Markdown version of the page suitable for LLM ingestion. ## Overview - [SateAIs API](https://docs.spcsft.com/index.md): AI-powered satellite data analysis — detect ships, oil slicks, new buildings, and time-series change via a simple REST API. ## Documentation - [Quickstart](https://docs.spcsft.com/quickstart.md): Run your first satellite analysis with SateAIs in under five minutes. - [Authentication](https://docs.spcsft.com/authentication.md): Authenticate SateAIs API requests using Bearer API keys. - [Concepts](https://docs.spcsft.com/concepts.md): Core concepts for working with SateAIs asynchronous satellite analysis jobs. - [How it works](https://docs.spcsft.com/concepts/how-it-works.md): Understand the asynchronous job lifecycle used by every SateAIs detection API. - [Polygons & AOI](https://docs.spcsft.com/concepts/polygons-and-aoi.md): How to specify areas of interest using WKT polygons in EPSG:4326 (WGS84). - [Rate limits](https://docs.spcsft.com/concepts/rate-limits.md): Request and concurrency limits for the SateAIs API. - [Errors](https://docs.spcsft.com/errors.md): HTTP status codes, error codes, and recommended handling for the SateAIs API. - [MCP (Model Context Protocol)](https://docs.spcsft.com/mcp.md): Connect AI agents like Claude and ChatGPT to SateAIs via the Model Context Protocol. - [SDKs](https://docs.spcsft.com/sdk.md): Official Python and JavaScript/TypeScript SDKs for the SateAIs API. - [JavaScript SDK](https://docs.spcsft.com/sdk/javascript.md): Install, configure, and authenticate the SateAIs JavaScript/TypeScript client. - [JavaScript reference](https://docs.spcsft.com/sdk/javascript/reference.md): Full reference for the SateAIs JavaScript/TypeScript SDK — client, analysis methods, jobs, types, and errors. - [Python SDK](https://docs.spcsft.com/sdk/python.md): Install, configure, and authenticate the SateAIs Python client. - [Python reference](https://docs.spcsft.com/sdk/python/reference.md): Full reference for the SateAIs Python SDK — client, analysis methods, jobs, types, and exceptions. - [SDK Quickstart](https://docs.spcsft.com/sdk/quickstart.md): Submit a detection job, wait for it, and save the GeoJSON result with the Python or JavaScript SDK. ## API Reference - [API Reference](https://docs.spcsft.com/api-reference.md): Full reference for SateAIs detection endpoints and job management APIs. - [Analysis APIs](https://docs.spcsft.com/api-reference/analyze.md): Endpoints for submitting SateAIs satellite detection jobs. - [Disappeared building detection](https://docs.spcsft.com/api-reference/analyze/disappearbuilding.md): Detect buildings that have disappeared between two periods of Sentinel-1 imagery — useful for post-disaster damage estimation. - [New building detection](https://docs.spcsft.com/api-reference/analyze/newbuilding.md): Detect newly-constructed buildings by comparing two periods of Sentinel-1 imagery. - [Oil slick detection](https://docs.spcsft.com/api-reference/analyze/oilslick.md): Detect oil slicks on the sea surface from Sentinel-1 SAR imagery. - [Preview a request](https://docs.spcsft.com/api-reference/analyze/preview.md): Check the analysed area and credit cost before submitting a job. - [Ship detection](https://docs.spcsft.com/api-reference/analyze/ship.md): Detect ships from Sentinel-1 SAR imagery. - [Time-series change](https://docs.spcsft.com/api-reference/analyze/timeseries.md): Analyze change over time by comparing all Sentinel-1 scenes in a period. - [Job Management](https://docs.spcsft.com/api-reference/jobs.md): Endpoints for polling detection jobs and downloading GeoJSON results. - [Get job status](https://docs.spcsft.com/api-reference/jobs/get-job.md): Retrieve the status and metadata of a detection job. - [Get result](https://docs.spcsft.com/api-reference/jobs/get-result.md): Download the GeoJSON result of a completed detection job. - [List jobs](https://docs.spcsft.com/api-reference/jobs/list-jobs.md): Retrieve your most recent detection jobs, optionally filtered by status and endpoint. ## Pricing - [Pricing](https://docs.spcsft.com/pricing.md): SateAIs plans and credits. - [Plans](https://docs.spcsft.com/pricing/plans.md): SateAIs API pricing plans. Start free during the beta with 500 credits per month. ## Optional - [SateAIs API Console](https://console.spcsft.com): Generate API keys, view credit balance, and manage jobs. - [ASF Search](https://search.asf.alaska.edu/#/): Browse Sentinel-1 scenes (filter by File Type = GRD). - [llms-full.txt](https://docs.spcsft.com/llms-full.txt): Full Markdown bundle of all pages.