/api/v1/disk/store-pdf
API endpoint documentation
post
Tags:disk
Operation ID:
postApiV1DiskStore-pdfQuery Parameters
Body
htmlContentstringfilenamestringwidthstringtagstringResponses
200
No description
Base URL:
https://bizkithub.comExample Request
fetch('https://bizkithub.com/api/v1/disk/store-pdf?apiKey=YOUR_API_KEY', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
"htmlContent": "example_htmlContent",
"filename": "example_filename",
"width": "example_width",
"tag": "example_tag"
})
})Example Response
HTTP 200Success Response
{
"success": true,
"data": {
"message": "Example response"
}
}🔑 API Key Required
All BizKitHub API endpoints require authentication using an API key. The API key must be passed as a GET parameter in the URL for all requests.
Back to API Documentation
Last updated: November 14, 2025