Documentation is currently under development. Some sections may be incomplete or subject to change.
cURL
curl --request GET \ --url https://nanostudio.cloud/api/subscription/check \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "canTransform": true, "remainingTransformations": 123, "planName": "<string>", "nextResetDate": "2023-11-07T05:31:56Z" } }
Check if user can make transformations and remaining credits
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscription status retrieved successfully
Show child attributes