Skip to main content
POST
/
billing
/
create-checkout
Create Checkout
curl --request POST \
  --url https://api.example.com/billing/create-checkout \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.universalbench.dev/llms.txt

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

Headers

authorization
string
default:""

Body

application/json
email
string | null

Response

Successful Response