curl -X PATCH 'https://api.memsync.ai/profile/bio' \ -H 'X-API-Key: YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "bio": "A passionate software engineer specializing in AI applications for healthcare...", "format": "full", "style": "professional" }'
Copy
{ "bio": "A passionate software engineer specializing in AI applications for healthcare, currently working at an innovative tech startup in San Francisco. With expertise in Python and machine learning, I collaborate with medical professionals to develop solutions that improve patient outcomes.", "format": "professional", "style": "formal", "word_count": 38, "character_count": 253, "is_manual": true, "updated_at": "2024-01-15T16:45:00Z"}
User Profiles
Update User Bio
Update or customize the user’s biographical summary
PATCH
/
profile
/
bio
Copy
curl -X PATCH 'https://api.memsync.ai/profile/bio' \ -H 'X-API-Key: YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "bio": "A passionate software engineer specializing in AI applications for healthcare...", "format": "full", "style": "professional" }'
Copy
{ "bio": "A passionate software engineer specializing in AI applications for healthcare, currently working at an innovative tech startup in San Francisco. With expertise in Python and machine learning, I collaborate with medical professionals to develop solutions that improve patient outcomes.", "format": "professional", "style": "formal", "word_count": 38, "character_count": 253, "is_manual": true, "updated_at": "2024-01-15T16:45:00Z"}
Allows users to customize their auto-generated bio or provide manual overrides for specific sections.
Copy
curl -X PATCH 'https://api.memsync.ai/profile/bio' \ -H 'X-API-Key: YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "bio": "A passionate software engineer specializing in AI applications for healthcare...", "format": "full", "style": "professional" }'
{ "bio": "A passionate software engineer specializing in AI applications for healthcare, currently working at an innovative tech startup in San Francisco. With expertise in Python and machine learning, I collaborate with medical professionals to develop solutions that improve patient outcomes.", "format": "professional", "style": "formal", "word_count": 38, "character_count": 253, "is_manual": true, "updated_at": "2024-01-15T16:45:00Z"}