TECHATELIER API

Your technical analyses, directly inside your tools.

Run domain analyses, retrieve structured results and automate your workflows with HTTPS webhooks.

100 analyses/month included Revocable keys HTTPS webhooks
Live analysis
POST /api/v1/scans { "domain": "example.com", "webhook_url": "https://app.example.com/hooks" }
202 ACCEPTED
Analysis queued scan_••••8f2a

The result is delivered automatically to your application.

1Your applicationSends the domain
2TechAtelier APIQueues the analysis
3Analysis engineBuilds the assessment
4WebhookReturns the result

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 202 status
  • 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

Agencies & managed services

Standardize checks for new domains and centralize every result.

SaaS platforms

Add technical assessments to your product without rebuilding an analysis engine.

Technical teams

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.

Create my free account