---
title: Validate Academic Email API
slug: check-whether-an-email-belongs-to-an-aca
url: https://apyhub.com/apyhub/service/check-whether-an-email-belongs-to-an-aca
provider: ApyHub
auth: api_key
---

# Validate Academic Email API

Check whether an email belongs to an academic institution. Returns a boolean for education access, sign-up gating, and affiliation checks.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/validate/email/academic` | What it does Checks whether the submitted email address belongs to an academic institution and retu… | 15 |

## About

## What it does
Academic Email Validator checks whether an email address belongs to an academic institution. Send an email in the request body, and it returns a boolean result in `data`.

Use it when you need to gate student or faculty-only features, route users into education pricing, or reduce manual review during sign-up. The endpoint is focused on one job: given an email address, tell you whether it matches an academic domain.

The input schema is simple: provide `body.email` as an email string. The response is equally direct, with `data` set to `true` or `false`.

If you're building onboarding flows, discount verification, or access control for education-specific products, this check gives you a lightweight signal you can use before asking for heavier proof of affiliation.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/apyhub/service/check-whether-an-email-belongs-to-an-aca
