OpenAPI
认证
使用在 CreatiVault 账户中创建的 API Key 认证请求。
创建 Key
创建包含目标接口所需 scope 的 API Key。
传入请求头
每次调用受保护接口时都传入 X-API-Key。
HTTP
X-API-Key: your-api-key
Content-Type: application/json
X-User-Identity: operator@example.comOpenAPI
使用在 CreatiVault 账户中创建的 API Key 认证请求。
创建包含目标接口所需 scope 的 API Key。
每次调用受保护接口时都传入 X-API-Key。
X-API-Key: your-api-key
Content-Type: application/json
X-User-Identity: operator@example.com