Documentation · Endpoints
POST /api/v1/checklist
Checklist 20+ items de conformité par type d'actif, juridiction et structure juridique.
Requête
`structure` : spv (défaut) | fund | trust | other.
{
"asset_type": "real_estate",
"jurisdiction": "luxembourg",
"structure": "spv"
}cURL
curl -X POST https://getauros.com/api/v1/checklist \
-H "Authorization: Bearer auros_pk_test_demo" \
-H "Content-Type: application/json" \
-d '{"asset_type":"real_estate","jurisdiction":"luxembourg","structure":"spv"}'Réponse (extrait)
{
"items": [{
"id": "spv-incorporation",
"category": "legal_structure",
"title": "Constitution SPV Luxembourg",
"required": true,
"estimated_time_days": 21,
"estimated_cost_eur": 8000,
"auros_tip": "Anticipez le pacte d'actionnaires avant le KYC investisseurs."
}],
"total_items": 24,
"estimated_total_days": 180,
"estimated_total_cost_eur": 65000
}