Skip to main content
GET
/
account
Get account
curl --request GET \
  --url https://www.trybloom.ai/api/v1/account \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "email": "<string>",
    "name": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://www.trybloom.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

OK

data
object
required