Back to catalog
๐Ÿ“

Code Detection API

OAuth

Detect, label, format and enrich the code in your app or in your data pipeline

๐Ÿ“Text AnalysisHTTPS

Code Detection API

Programming Language Detection

LanguagePython
Confidence0.97
Line Count42
FrameworkDjango
Syntax ValidYes

Sample Response

response.json
1{
2 "language": "Python",
3 "confidence": 0.97,
4 "lineCount": 42,
5 "framework": "Django",
6 "syntax_valid": true
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://codedetectionapi.runtime.dev" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs