Official Libraries
- @unkey/api
- @unkey/ratelimit
- @unkey/nextjs
- @unkey/hono
- @unkey/cache
- unkey-go
- unkey.py
- Elixir
- Nuxt
- Rust
- Springboot
APIs
Create
Create a new API
await unkey.apis.create({ name: "Unkey production" });
{
result: {
apiId : "api_123"
}
}
Request
The name of the API
Response
await unkey.apis.create({ name: "Unkey production" });
{
result: {
apiId : "api_123"
}
}
Was this page helpful?
await unkey.apis.create({ name: "Unkey production" });
{
result: {
apiId : "api_123"
}
}