---
title: "Requests an api key from an address and signature"
method: POST
path: "/request-api-key"
tags: ["POST"]
---

# Requests an api key from an address and signature

`POST /request-api-key`

# Notes

* `<address>` must be lowercase. `<signature>` must be generated from signing the following message:
  ```
  I am signing this message to prove that I control address <address>
  ```

## Request body

- RequestApiKeyRequest
  - `signature` string
  - `address` string

## Response `200`

Success

- RequestApiKeyResponse
  - `api_key` string
  - `name` string

---

[API](https://skmtc.net/tig-foundation/apis/the-innovation-game-api.md) · [All operations](https://skmtc.net/tig-foundation/apis/the-innovation-game-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tig-foundation/the-innovation-game-api/versions/2af9c398c1d4/schema)
