Skip to main content
POST
/
api
/
public
/
v1
/
api-key-requests
Request an API key
curl --request POST \
  --url https://thefirm.biz/api/public/v1/api-key-requests \
  --header 'Content-Type: application/json' \
  --data '
{
  "useCases": [],
  "projectName": "<string>",
  "projectUrls": [
    "<string>"
  ],
  "projectInfo": "<string>",
  "contact": "<string>",
  "businessSignOff": "<string>"
}
'
{
  "status": "received",
  "message": "Your request is in and headed to the Computer Operations Division for review. If it's approved, we'll reach out via the contact you provided."
}

Body

application/json

Particulars on you and your venture.

useCases
enum<string>[]
required

State your business: buying tokens before they launch, launching a token, or both.

Required array length: 1 - 2 elements
Available options:
buying_pre_launch_tokens,
launching_a_token
projectName
string
required

The name your project or agent trades under.

Required string length: 1 - 100
projectUrls
string<uri>[]
required

One or more URLs for the project - site, repo, socials.

Required array length: 1 - 10 elements
projectInfo
string
required

Tell us what you are building and why.

Required string length: 1 - 2000
contact
string
required

Where we may reach you to deliver the key (Telegram, X, Farcaster, etc).

Required string length: 1 - 200
businessSignOff
string

An optional business sign-off to close out your request.

Required string length: 1 - 500

Response

Request received and entered into the record for review.

status
enum<string>
required
Available options:
received
message
string
required