get
https://api.bynn.com/v1/documents
Returns a paginated list of the organization's document submissions, most
recent first, with optional free-text search.
Query parameters
search— optional, case-insensitive match on the document name or the
humanized document id (e.g.5PGACUU2E).page— optional, 1-based page number (default 1).per_page— optional, items per page (default 50, max 100).
Response
A lightweight summary per document (use GET /documents/:id for the full
forensic analysis):
{
"documents": [
{
"submission_id": "document_UBCG4a...",
"document_id": "5PGACUU2E",
"name": "passport.jpg",
"reference_id": "your-ref-123",
"status": "analyzed",
"analysis_risk_status": "trusted",
"analysis_risk_score": 4,
"document_content_type": "passport",
"created_at": "2025-01-20T10:30:00Z"
}
],
"page": 1, "per_page": 50, "total": 128, "total_pages": 3
}
Errors
401 authentication_error— missing, malformed, or revoked private key.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200List and search document submissions