Search grants
Retrieves detailed information about grants using filters as parameters. The search parameters can be multiple.
Endpoint: POST /grant/search
Endpoint sample: https://api.research.profoundimpact.com/v1/grant/search
Search grant results
No grants found matching your filters.
Try adjusting your search criteria.
Get a single grant
Retrieves detailed information about a specific grant using its unique identifier.
Endpoint: GET /grant/{{id}}
Endpoint sample: https://api.research.profoundimpact.com/v1/grant/5249
Add grant by parameters
Adds a new grant to the system by providing structured parameters including triggering the AI stack and Area of Research (AOR) attachment.
Endpoint: POST /grant
Endpoint sample: https://api.research.profoundimpact.com/v1/grant
Add grant by PDF
Adds a new grant to the system by providing structured parameters and a PDF file including triggering the AI stack and Area of Research (AOR) attachment. The PDF extraction and AI processing takes approximately 10 minutes to complete, during which the system retrieves and attaches relevant grant information.
Adding a grant by PDF includes 2 steps.
Step 1: Get PDF upload URL and file Id
Retrieves a temporary URL and file ID to upload the PDF file
Endpoint: GET /uploadURL/grant/pdf
Endpoint sample: https://api.research.profoundimpact.com/v1/uploadURL/grant/pdf
Click the button to select a PDF file. The file will be automatically uploaded once selected.
Search projects
Retrieves detailed information about projects using filters as parameters. The search parameters can be multiple. Values in each field use "OR" logic, except between keys, which use "AND" logic.
Endpoint: POST /project/search
Endpoint sample: https://api.research.profoundimpact.com/v1/project/search
Search project results
Get a single project
Retrieves detailed information about a specific project using its unique identifier.
Endpoint: GET /project/{{id}}
Endpoint sample: https://api.research.profoundimpact.com/v1/project/342
Add project by parameters
Adds a new project to the system by providing structured parameters including triggering the AI stack and Area of Research (AOR) attachment.
Endpoint: POST /project
Endpoint sample: https://api.research.profoundimpact.com/v1/project
Add project by PDF
Adds a new project to the system by providing structured parameters and a PDF file including triggering the AI stack and Area of Research (AOR) attachment. The PDF extraction and AI processing takes approximately 10 minutes to complete, during which the system retrieves and attaches relevant project information.
Adding a project by PDF includes 2 steps.
Step 1: Get PDF upload URL and file Id
Retrieves a temporary URL and file ID to upload the PDF file
Endpoint: GET /uploadURL/project/pdf
Endpoint sample: https://api.research.profoundimpact.com/v1/uploadURL/project/pdf
Click the button to select a PDF file. The file will be automatically uploaded once selected.
Search researchers
Retrieves detailed information about researchers using filters as parameters. The search parameters can be multiple. Values in each field use "OR" logic, except between keys, which use "AND" logic.
Endpoint: POST /researcher/search
Endpoint sample: https://api.research.profoundimpact.com/v1/researcher/search
Search researcher results
No researchers found matching your filters.
Try adjusting your search criteria.
Get a single researcher
Retrieves detailed information about a specific researcher using its unique identifier.
Endpoint: GET /researcher/{{id}}
Endpoint sample: https://api.research.profoundimpact.com/v1/researcher/2766
Add researcher by parameters
Adds a new researcher to the system by providing structured parameters including triggering the AI stack and Area of Research (AOR) attachment.
Endpoint: POST /researcher
Endpoint sample: https://api.research.profoundimpact.com/v1/researcher
Add researcher by PDF
Adds a new researcher to the system by providing structured parameters and a PDF file including triggering the AI stack and Area of Research(AOR) attachment. Adding a researcher by PDF includes 2 steps.
Step 1: Get PDF upload URL and file Id
Retrieves a temporary URL and file ID to upload the PDF file
Endpoint: GET /uploadURL/researcher/pdf
Endpoint sample: https://api.research.profoundimpact.com/v1/uploadURL/researcher/pdf
Click the button to select a PDF file. The file will be automatically uploaded once selected.
Search Matches
Retrieves detailed information about matches between researchers and grants using filters. Values in each field use "OR" logic, fields use "AND" logic between them.
Endpoint: POST /match/search
Endpoint sample: https://api.research.profoundimpact.com/v1/match/search
Match search results
No matches found matching your filters.
Try adjusting your search criteria.
Get a single match
Retrieves detailed information about a specific match between a researcher and grant using its unique identifier.
Endpoint: GET /match/{{id}}
Endpoint sample: https://api.research.profoundimpact.com/v1/match/216070
?triMatch=true