GET
/
v1
/
get_api_key_info
curl --request GET \
  --url https://api.topmediai.com/v1/get_api_key_info
{
  "x_api_key": "<string>",
  "email": "<string>",
  "member_id": "<string>",
  "key_status": 123,
  "key_words_counts": 123,
  "key_clone_voices": 123,
  "key_cover_counts": 123,
  "key_vc_counts": 123,
  "key_music_counts": 123,
  "key_created_at": "2023-11-07T05:31:56Z",
  "key_updated_at": "2023-11-07T05:31:56Z"
}

Headers

x-api-key
string

Response

200
application/json

Successful Response

The response is of type object.