[youtubei.js](../../../README.md) / [Constants](../README.md) / INNERTUBE\_HEADERS\_BASE # Variable: INNERTUBE\_HEADERS\_BASE > `const` **INNERTUBE\_HEADERS\_BASE**: `object` ## Type declaration ### accept > `readonly` **accept**: `"*/*"` = `'*/*'` ### accept-encoding > `readonly` **accept-encoding**: `"gzip, deflate"` = `'gzip, deflate'` ### content-type > `readonly` **content-type**: `"application/json"` = `'application/json'` ## Defined in [src/utils/Constants.ts:121](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/utils/Constants.ts#L121)