POST /v1/accounts
Endpoint
Section titled “Endpoint”POST /v1/accounts
Authentication
Section titled “Authentication”No authentication required.
Request Body
Section titled “Request Body”{}cURL Example
Section titled “cURL Example”curl -X POST "https://api.sapiom.ai/v1/accounts" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"