await unkey.apis.create({ name: "Unkey production" });
{
  result: {
    apiId : "api_123"
  }
}

Request

name
string
required

The name of the API

Response

result
await unkey.apis.create({ name: "Unkey production" });

{
  result: {
    apiId : "api_123"
  }
}