API Keys

Create a new API key

Create a new API key for the authenticated user. System defaults: wq_ prefix, 1000 requests per 24 hours rate limit, no expiration, free plan metadata.

post/v1/api-keys/create

Request body

namestring required

Response

API key created successfully

successtrue required
creditsCostnumber

Credits consumed by this operation

requestIdstring uuid required

Unique request identifier for tracing

timestampstring date-time required

ISO timestamp when the response was generated

Changes