Account & billing

Sign up (get a free API key)

Self-serve signup. Returns a free-plan API key (50 req/month). Idempotent on email — re-registering returns the existing key.

post/api/v1/visa/register

Request body

namestring required
emailstring email required

Example request

{
  "name": "Ada Lovelace",
  "email": "ada@example.com"
}

Response

API key created or returned.

api_keystring
planstring
messagestring

Example response

{
  "api_key": "orizn_visa_a06113a2e4f0...",
  "plan": "free"
}

Changes

No changes recorded. 2 of the 4 revisions have no diff computed, so they could not be searched.