Last updated: August 4, 2026
Public endpoints allow you to read portfolio and profile data for any Skillsora user. All responses are returned in JSON format with a 200 status on success.
/api/portfolio/[username]Fetch a user's public portfolio data, including skills, projects, certificates, and coding stats.
curl https://skillsora.app/api/portfolio/amogha
/api/profile/[username]Retrieve basic public profile information such as name, college, branch, and headline.
curl https://skillsora.app/api/profile/amogha
/api/contactSend a message to the Skillsora team from the contact form.
curl -X POST https://skillsora.app/api/contact \
-H "Content-Type: application/json" \
-d '{"name":"Amogha","email":"amogha@example.com","message":"Hello!"}'Questions about the API? Contact us via the contact page.