Benefits Intake
The Benefits Intake API allows authorized third-party systems used by Veteran Service Organizations (VSOs), agencies, and Veterans to digitally submit VA benefits claim documents directly to the Veterans Benefits Administration's (VBA) claims intake process. This API handles documents related to the following benefit claim types:
Latency
Not monitored yet
Uptime
Not monitored yet
Playground
Verified
live
Endpoints
/path
Accepts document upload.
/uploads
Get a location for subsequent document upload PUT request
/uploads/report
Get a bulk status report for a list of previous uploads
/uploads/validate_document
Validate an individual document against system file requirements
/uploads/{id}
Get status for a previous benefits document upload
/uploads/{id}/download
Download zip of "what the server sees"
6 endpoints auto-detected
Authentication
This API uses an API key, passed in the "apikey" header. No OAuth required.
curl -X PUT \
"https://sandbox-api.va.gov/services/vba_documents/{version}/path" \
-H "apikey: YOUR_API_KEY"sandbox-api.va.gov · HTTPS only