I am using the PDF parser API and seems that my API quota is charged twice for parsing pdf
my PDF Pages package is charged when I upload file with POST /documents/upload
my PDF Parser Package is charge when I download file with GET /pdf_parser/{upload_id}
Is this what supposed to be happen or am I using the APIs incorrectly?