v1
latestOpenAPI 3.1.02026-07-265817860.8 KBfeatures
Creates a new feature.
Use this to programmatically create features for metering usage, managing access, or building credit systems.
post/v1/features.create
Headers
x-api-versionstring required
Request body
Example request
{
"feature_id": "api-calls",
"name": "API Calls",
"type": "metered",
"consumable": true
}Response
OK
Example response
{
"id": "api-calls",
"name": "API Calls",
"type": "metered",
"consumable": true,
"archived": false,
"display": {
"singular": "API call",
"plural": "API calls"
}
}