TECHATELIER API
Your technical analyses, directly inside your tools.
Run domain analyses, retrieve structured results and automate your workflows with HTTPS webhooks.
{ "domain": "example.com",
"webhook_url": "https://app.example.com/hooks" }
The result is delivered automatically to your application.
BUILT FOR AUTOMATION
Simple integration, reliable execution
Clear REST API
Predictable JSON requests to create, track and list your analyses.
Asynchronous processing
Your application stays responsive while TechAtelier performs the checks.
HTTPS webhooks
Receive results as soon as an analysis completes and retry delivery when needed.
Built-in idempotency
Prevent duplicate jobs when retrying requests with an idempotency key.
Transparent quotas
Track your limit, remaining allowance and reset date directly in response headers.
Controlled access
Create multiple keys and immediately revoke credentials you no longer use.
YOUR FIRST REQUEST
Run an analysis in just a few lines
Authenticate with your API key, provide a domain and optionally add the HTTPS URL of your webhook.
- Immediate response with a
202status - Tracking URL included in the response
- Structured result available when processing completes
curl -X POST https://infra.techatelier.fr/api/v1/scans \
-H "Authorization: Bearer ta_live_••••" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: example-analysis-001" \
-d '{
"domain": "example.com",
"webhook_url": "https://app.example.com/hooks"
}'
USE CASES
TechAtelier analysis where you already work
Standardize checks for new domains and centralize every result.
Add technical assessments to your product without rebuilding an analysis engine.
Trigger checks from internal tools, pipelines or dashboards.
READY TO INTEGRATE?
Connect your tools to TechAtelier.
Start with a dedicated key and retain control over every integration.