Soon One MCP server, all 49 APIs as agent tools. See how it works

Playground

See exactly what you'll get back.

A sample request and response for every API in the catalog. No signup, no setup. When you're ready, the same call runs for real with a free key.

POST /v1/parse
View API page
Request · HTTP
POST /v1/parse HTTP/1.1
Content-Type: multipart/form-data
Response · JSON200 OK
{
  "success": true,
  "parsed_at": "2024-01-01T12:00:00.000Z",
  "data": {
    "institution": {
      "name": "University of Example",
      "address": "123 Education St, Academic City, AC 12345",
      "phone": "+1-555-123-4567",
      "email": "[email protected]",
      "website": "https://university.edu",
      "type": "University",
      "accreditation": "Regional Accreditation Board"
    },
    "student": {
      "name": "John Doe",
      "student_id": "123456789",
      "date_of_birth": "1990-01-01",
      "program": "Computer Science",
      "degree_type": "Bachelor of Science",
      "enrollment_date": "2018-09-01",
      "graduation_date": "2022-05-15",
      "status": "Graduated"
    },
    "academic_summary": {
      "total_credits": 120,
      "credits_required": 120,
      "gpa": 3.75,
      "gpa_scale": 4.0,
      "cumulative_gpa": 3.75,
      "class_rank": "Top 15%",
      "honors": "Magna Cum Laude",
      "academic_standing": "Good Standing"
    }
  }
}

Sample values for illustration. Get a free key to run real calls against live data.

Run it for real in minutes

Each API page lists its current quota, pricing, and authentication details.