# Code Detection API **Provider:** Code Detection API **Category:** ai **Base URL:** `https://codedetectionapi.runtime.dev` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://codedetectionapi.runtime.dev ## Description Detect, label, format and enrich the code in your app or in your data pipeline ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://codedetectionapi.runtime.dev/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://codedetectionapi.runtime.dev' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with API key for code detection and language identification. --- *Source: [API Map](https://apimap.dev/apis/code-detection/) — CC BY 4.0*