v1

latestOpenAPI 3.0.02026-07-2633090.6 KB
workspace

Get Workspace Info

Retrieves information about your current workspace.

get/workspace

Headers

X-API-KEYstring required
Example:7251cb4b-3373-43a4-844c-b27a1d45e0c9

(Required) Your Ringg AI API key.

Response

Successful Response: Information about the current workspace.

Example response

{
  "workspace_info": {
    "id": "d079bcb3-72a3-42dc-9586-edf0328e2973",
    "name": "Siddharth @ DesiVocal's Workspace",
    "created_at": "2024-12-16T13:03:29.947147+00:00",
    "credits": 3025,
    "api_key": "7251cb4b--f52b-4b47-a230-f626ecad3e85"
  }
}