POST /account/billing/claim-signup-credit

The "Claim $100" button.

MethodPath
POST/v1/account/billing/claim-signup-credit

Runs the same idempotent billing bootstrap that otherwise fires lazily at the first session (Stripe customer + usage subscription + the signup grant). A repeat call is a no-op that returns the current state.

curl -X POST "https://api.ellipsis.dev/v1/account/billing/claim-signup-credit" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

Example response · 200
{
"workflows_block_reason": "canceled"
}

On this page

No Headings
Schedule a demo