Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

id
string
required
UUID of the formation.
curl https://api.usenaive.ai/v1/formation/formation-uuid \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "id": "formation-uuid",
  "company_id": "company-uuid",
  "verification_id": "verification-uuid",
  "doola_customer_id": "doola-customer-id",
  "doola_company_id": "doola-company-id",
  "entity_type": "LLC",
  "state": "WY",
  "naics_code_id": "2o8v0kcaCWyPyi3LJFsCiTCFSyk",
  "description": "AI-powered business automation",
  "name_options": [...],
  "mailing_address": {...},
  "status": "submitted",
  "payment_status": "paid",
  "stripe_checkout_session_id": "cs_test_xxx",
  "doola_error": null,
  "documents": null,
  "created_at": "2026-05-04T12:00:00.000Z",
  "updated_at": "2026-05-04T12:00:00.000Z"
}
status values: awaiting_payment, pending, submitted, formation_completed, failed. payment_status values: unpaid, paid, refunded.