Create API Key
Account
Create API Key
Create a new API Key for the current user. Each account can create up to 10000 API keys per day.
POST
Create API Key
Documentation Index
Fetch the complete documentation index at: https://docs.weryai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authenticate using Bearer token. Get your API Key from the WeryAI Console.
Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx
Body
application/json
API Key description. Minimum 3 characters and maximum 100 characters.
Required string length:
3 - 100Example:
"My production key"
Trace identifier for request tracing. Must be 3 to 100 characters and contain only letters, numbers, underscore (_), or hyphen (-).
Required string length:
3 - 100Example:
"trace_xxx"
