AurionAI Docs

Seed Credits

Seed prepaid credits for a tenant.

POST
/api/v1/test/seed/{tenant_id}/credits

Seed prepaid credits for a tenant.

Path Parameters

tenant_id*Tenant Id
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/test/seed/497f6eca-6276-4993-bfeb-53cbbbba6f08/credits" \  -H "Content-Type: application/json" \  -d '{    "balance": 0  }'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}