Musab Gultekin

Read-only

Personal site of Musab Gultekin — software engineer, ML lead at Meetkai, and digital nomad. Structured access to his bio, beliefs, interests, links, and contact info. Generated from musabgultekin.com.

Base URL
https://api.maviapi.com/v1/sites/musabgultekin
6
Endpoints
0
Calls / 30d
GET/profile

Initial release

Full profile: name, tagline, contact handles, and the about/beliefs/interests/links lists in one call.

Bearer auth. Pass your key as Authorization: Bearer <key> on every request.
refresh
booleanOptionalin query

Bypass and repopulate the cache

dataobject
cachedboolean
sourcestring
Try itLive
GET
https://api.maviapi.com/v1/sites/musabgultekin/profile?refresh=false
Request
curl "https://api.maviapi.com/v1/sites/musabgultekin/profile?refresh=false" \
-H "Authorization: Bearer $MAVI_KEY"
200 OKexample · 882 B
{
  "data": {
    "name": "Musab Gultekin",
    "tagline": "I'm a software engineer, avid reader, and digital nomad.",
    "email": "gultekinmusab@gmail.com",
    "twitter": {
      "handle": "m_gultekin_",
      "url": "https://twitter.com/m_gultekin_"
    },
    "about": [
      "ML lead at Meetkai",
      "Living in Bali"
    ],
    "beliefs": [
      {
        "text": "Write when you're emotional.",
        "details": [
          "Read it when you're not.",
          "You'll realize how unreasonable you were."
        ]
      }
    ],
    "interests": [
      "My current areas of interest are AI, scraping and open source"
    ],
    "links": [
      {
        "label": "Meetkai",
        "url": "https://meetkai.com/",
        "host": "meetkai.com",
        "context": "ML lead at Meetkai"
      }
    ]
  },
  "cached": false,
  "source": "https://musabgultekin.com/"
}