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