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

Request

name
string
required

The name of the API

Response

result
apiId
string
required

The id of the newly created API

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

{
  result: {
    apiId : "api_123"
  }
}