Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://hvi-api.sigpruta.co/institution/massive' \
--header 'Authorization: Bearer <token>' \
--form 'excel=@"C:\\Users\\linaa\\Downloads\\Instituciones.xlsx"'
Responses
application/json Modified at 2025-11-10 20:31:29