Create API key
Creates a new API key for the authenticated wallet
API key creation parameters
namestring
Name for the API key
limit?number
Usage limit for the API key
Response Body
curl -X POST "https://openai.ideomind.org/v1/keys" \
-H "Content-Type: application/json" \
-d '{
"name": "string"
}'{
"key": "string",
"hash": "string",
"state": {
"wallet": "string",
"name": "string",
"calls": 0,
"updatedAt": 0,
"paymentToken": "string"
}
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}