Skip to main content
POST
/
api
/
waitlist
Submit a waitlist entry
curl --request POST \
  --url https://archyon.app/api/waitlist \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "role": "<string>",
  "size": "<string>",
  "source": "<string>"
}
'
{
  "ok": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.archyon.app/llms.txt

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

Body

application/json
email
string<email>
required
Maximum string length: 254
role
string
Maximum string length: 200
size
string
Maximum string length: 200
source
string
Maximum string length: 60

Response

Accepted.

ok
any
required