Hiring agents in 20 countries · application takes 5 minutes
Apply →
Enterprise & partnerships

Pre-screen applicants
at institutional scale.

GateScore powers documentary compliance for universities, recruiters, banks and platforms across the visa application lifecycle. Pre-screen files against 575 corridor frameworks, lower refusal rates with issue-level findings, and embed visa-readiness checks directly in your own product.

Universities & education partners

Universities like to see GateScore on file.

We've partnered with universities and education ministries across the UK, Canada, Australia, and Ireland to pre-screen sponsorship candidates before CAS/I-20/PAL issuance. A GateScore-verified file means the institution has documented confidence that the applicant's visa file will pass embassy review.

Integration options include API-grade auditing, bulk verification certificates, white-label reports with partner co-branding, and an admissions-side dashboard for reviewing applicant scores at scale.

60+
Partner institutions
12k+
Pre-screened applicants
31%
Avg. refusal reduction
150s
Audit turnaround
Partner with GateScore
Featured partners
  • University of Manchester · UK
  • Trinity College Dublin · IE
  • University of Toronto · CA
  • Monash University · AU
  • University of Edinburgh · UK
  • Queen's University · CA
  • ...and 54 others across 18 countries
Platforms & APIs

Put GateScore inside your own product.

Universities, recruiters, relocation firms and visa platforms can call the GateScore audit engine directly from their own systems. Your users stay in your product, you run document checks through our API, and you earn on every transaction. We handle the auditing; you own the customer.

Audit API

POST a document and the destination corridor. Receive a structured JSON report: findings, severity, missing evidence, and a readiness score. Typical turnaround under 150 seconds.

Verification API

Check any GateScore audit or certificate ID in real time, and read whether the corridor pack is verified against an official source. Free for partners with an active integration.

White-label

Co-branded PDF reports with your logo, custom-domain hosting, and a dedicated success engineer. Your users never have to leave your brand.

How it works

Four steps from your app to a scored report.

01
Get your keys

Generate a publishable and a secret API key in the developer portal. Test keys are free and unlimited in sandbox.

02
Send a document

Your server POSTs the applicant's document and the destination corridor (e.g. uk_student) to /v1/audits.

03
Get a scored report

We audit it against the corridor framework and return JSON: findings, severity, and a readiness score. Pull a PDF if you want one.

04
You bill, we meter

Every audit is metered to your account. Charge your users whatever you choose; we invoice you for the audits you run.

A real call

Audit a document in one request.

Illustrative. The response surfaces the corridor verification status so you always know whether a pack has been checked against an official source.

RequestPOST /v1/audits
curl https://api.gatescore.io/v1/audits \
  -H "Authorization: Bearer sk_live_..." \
  -F "corridor=uk_student" \
  -F "doc_type=bank_statement" \
  -F "file=@statement.pdf"
Response200 OK
{
  "id": "aud_3Kf9...",
  "corridor": "uk_student",
  "corridor_verified": true,
  "score": 72,
  "band": "moderate",
  "findings": [
    { "check": "28-day maintenance",
      "status": "fail",
      "severity": "critical" },
    { "check": "funds held in own name",
      "status": "pass" }
  ],
  "billable": true
}

GateScore returns a documentary compliance audit, not a visa decision or guarantee. Every response includes the corridor's verification status so your team knows whether a pack has been checked against an official source. Audits and integration are governed by the GateScore API terms.