Workspace
Get current workspace
Returns information about the workspace this API key represents — name, plan, credit balance, member count and the role of the user who created the key. Each API key is bound to a single workspace; to operate on a different workspace, create a separate key from inside that workspace.
Authorization
apiKey X-Api-Key<token>
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/workspace"{ "id": "string", "name": "string", "is_personal": true, "status": "string", "role": "admin", "plan_id": "string", "plan_name": "string", "plan_is_free": true, "credits": 0, "credits_unlimited": true, "credits_unlimited_until": "string", "seat_count": 0, "max_total_seats": 0, "member_count": 0, "created_at": "string"}Visão geral
Previous Page
Get balance GET
Returns your current credit balance. Credits are consumed each time you submit a video for clipping. When `unlimited` is true this workspace is on a courtesy plan: usage still shows up in the history with what it would have cost, but the balance does not move and jobs are never blocked for lack of credits.