Power of Attorney
This form is used to authorize an attorney-in-fact to act on behalf of a principal in specified financial, legal, or business matters. It defines the scope, duration, and limitations of the authority granted.
To use the Upload PDF endpoint for this document, you must use POWER_OF_ATTORNEY in the form_type parameter.
Field descriptions
The following fields are available on this document type:
| JSON attribute | Data type | Description |
|---|---|---|
| power_of_attorney-general:lender | Text | Lender |
| power_of_attorney-general:lender_state | state | Lender State |
| power_of_attorney-general:attorney_in_fact_agent_custodian | Text | Attorney-In-Fact/Agent/Custodian |
| power_of_attorney-general:execution_date | Date | Execution Date |
| power_of_attorney-signatures:lender_signer:name | Text | Name |
| power_of_attorney-signatures:lender_signer:title | Text | Title |
| power_of_attorney-signatures:lender_signer:signed | SIGNED, NOT SIGNED | Signed |
| power_of_attorney-notary_information:notary:state | state | State |
| power_of_attorney-notary_information:notary:county | Text | County |
| power_of_attorney-notary_information:notary:signed | SIGNED, NOT SIGNED | Signed |
Sample document
Sample JSON result
{
"pk": 71875279,
"uuid": "1e89b7e7-70ac-4085-bbfb-d2d5fcaca9dc",
"name": "POWER_OF_ATTORNEY",
"created": "2026-04-02T13:17:27Z",
"created_ts": "2026-04-02T13:17:27Z",
"verified_pages_count": 1,
"book_status": "ACTIVE",
"id": 71875279,
"forms": [
{
"pk": 93257235,
"uuid": "26d37023-703a-443d-945b-c61d1256ea72",
"uploaded_doc_pk": 135229153,
"form_type": "POWER_OF_ATTORNEY",
"form_config_pk": 2415180,
"tables": [],
"attribute_data": null,
"raw_fields": {
"power_of_attorney-general:lender": {
"value": "FAKE MORTGAGE COMPANY",
"is_empty": false,
"alias_used": null,
"source_filename": "POWER OF ATTORNEY.pdf",
"confidence": 1.0
},
"power_of_attorney-general:lender_state": {
"value": "CA",
"is_empty": false,
"alias_used": null,
"source_filename": "POWER OF ATTORNEY.pdf",
"confidence": 1.0
},
"power_of_attorney-general:execution_date": {
"value": "01/01/2025",
"is_empty": false,
"alias_used": null,
"source_filename": "POWER OF ATTORNEY.pdf",
"confidence": 1.0
},
"power_of_attorney-signatures:lender_signer:name": {
"value": "JAMES DOE",
"is_empty": false,
"alias_used": null,
"source_filename": "POWER OF ATTORNEY.pdf",
"confidence": 1.0
},
"power_of_attorney-signatures:lender_signer:title": {
"value": "SENIOR LOAN OFFICER",
"is_empty": false,
"alias_used": null,
"source_filename": "POWER OF ATTORNEY.pdf",
"confidence": 1.0
},
"power_of_attorney-notary_information:notary:state": {
"value": "CA",
"is_empty": false,
"alias_used": null,
"source_filename": "POWER OF ATTORNEY.pdf",
"confidence": 1.0
},
"power_of_attorney-signatures:lender_signer:signed": {
"value": "SIGNED",
"is_empty": false,
"alias_used": null,
"source_filename": "POWER OF ATTORNEY.pdf",
"confidence": 1.0
},
"power_of_attorney-notary_information:notary:county": {
"value": "LOS ANGELES",
"is_empty": false,
"alias_used": null,
"source_filename": "POWER OF ATTORNEY.pdf",
"confidence": 1.0
},
"power_of_attorney-notary_information:notary:signed": {
"value": "SIGNED",
"is_empty": false,
"alias_used": null,
"source_filename": "POWER OF ATTORNEY.pdf",
"confidence": 1.0
},
"power_of_attorney-general:attorney_in_fact_agent_custodian": {
"value": "SAMPLE FINANCIAL SERVICES, INC.",
"is_empty": false,
"alias_used": null,
"source_filename": "POWER OF ATTORNEY.pdf",
"confidence": 1.0
}
}
}
],
"book_is_complete": true
}
Updated 1 day ago