VEducate Academy Public API
Welcome to the machine-readable API documentation for VEducate Academy & ZapSkill educational resources, articles, research publications, and author directories.
Available Public Endpoints
/api/blog/articlesList published articles with pagination, category, tag, author, and search filtering.
page, limit, category, tag, author, q/api/blog/articles/{slug}Retrieve full article content, author biography, reading time, and related publications by slug.
slug (in path)/api/blog/categoriesList all active publication categories and article counts.
None/api/blog/tagsList all indexed educational and accreditation topic tags.
None/api/blog/authorsList verified authors, institutional credentials, biographies, and publication counts.
None/api/blog/authors/{slug}Retrieve individual author profile, bio, role, and their published articles.
slug (in path)/api/blog/subscribeSubscribe to newsletter and publication updates.
email (JSON body)/api/contactSubmit institutional inquiry, campus partnership request, or demo scheduling.
fullName, email, institutionName, inquiryPurpose, message (JSON body)VEducate Academy Gateway Base URL: https://veducateacademy.com. All public GET requests require no authentication. Administrative endpoints require Bearer tokens issued to authorized personnel.