AUROS Protocol

Documentation · Endpoints

POST /api/v1/dossier (Premium)

Générer un rapport institutionnel PDF/JSON — score, checklist, juridictions.

Requête

curl -X POST https://getauros.com/api/v1/dossier \
  -H "Authorization: Bearer auros_pk_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "score": {
      "description": "Entrepôt retail Luxembourg €2.5M SPV professionnels",
      "asset_type": "real_estate"
    },
    "format": "pdf",
    "sections": ["executive_summary", "score_breakdown", "checklist", "disclaimers"],
    "branding": { "company_name": "Ma Société" }
  }'

Réponse PDF

Retourne `download_url` signé HMAC (24h) → GET /api/v1/dossier/pdf?token=…

Lien wizard : `full_report_url` si le score référence un dossier AUROS complet.

Indicatif uniquement — pas un avis juridique.

← Retour à la documentation