# Testing endpoints for Postbox API ## Upload a document and create a Postbox item for a person - [POST /v1/persons/{person_id}/postbox](https://docs.solarisgroup.com/api-reference/onboarding/compliance/testing-endpoints-for-postbox-api/solaris_person_postbox_create.md): Uploads a document and creates a Postbox item for the person specified in the request URL. To pass the Postbox item details, you may use either the object or separate request parts (i.e., the request properties , , etc.) If you use the second option, you must set the of boolean properties to . ## Upload a document and create a Postbox item for a business - [POST /v1/businesses/{business_id}/postbox](https://docs.solarisgroup.com/api-reference/onboarding/compliance/testing-endpoints-for-postbox-api/solaris_business_postbox_create.md): Uploads a document and creates a Postbox item for the business specified in the request URL. To pass the Postbox item details, you may use either the object or separate request parts (i.e., the request properties , , etc.) If you use the second option, you must set the of boolean properties to . ## Generate a PDF document - [POST /v1/postbox/documents](https://docs.solarisgroup.com/api-reference/onboarding/compliance/testing-endpoints-for-postbox-api/solaris_postbox_documents_emulation_create.md): Generates an empty PDF document on Solaris' servers for use as a Postbox item. Please note the following: The header for this request must be .This endpoint can only be used for testing purposes on the testing, staging, and sandbox environments. ## Create a Postbox item for a person (deprecated) - [POST /v1/persons/{person_id}/postbox/items](https://docs.solarisgroup.com/api-reference/onboarding/compliance/testing-endpoints-for-postbox-api/solaris_postbox_person_items_emulation_create.md): Deprecated! Use instead. Creates a Postbox item for the person specified in the request URL. Note that you can only use this endpoint for testing purposes on the testing, staging, and sandbox environments. ## Create a Postbox item for a business (deprecated) - [POST /v1/businesses/{business_id}/postbox/items](https://docs.solarisgroup.com/api-reference/onboarding/compliance/testing-endpoints-for-postbox-api/solaris_postbox_business_items_emulation_create.md): Deprecated! Use instead. Creates a Postbox item for the business specified in the request URL. Note that you can only use this endpoint for testing purposes on the testing, staging, and sandbox environments.