Go to website
Back
Articles on:
API
API documentation and guides.
Account information API
Quick jump to call / Info / History events / Process status / History logins / Email create / [Notification create](#1-dollarcolorff9300post-no
Very popular
Containers API
Containers are how you host websites on NodeHost, this is our main service. The container locations range from n5 to n15 at this current time, and the site sizes are listed below. Normal Plans normal_s3_v0 (500MB Disk) - Teachers and students only normal_s3_v1 (500MB Disk) - All users normal_s3_v2 (1GB Disk) - All users normal_s3_v3 (2GB Disk) - All users normal_s3_v4 (4GB Disk) - All users normal_s3_v5 (6GB Disk) - All users normal_s3_v6 (8GB Disk) - All users normal_s3_v7
Popular
Storage API
The NodeHost Storage Platform is a new system for hosting and serving files on any site. Files are uploaded and encoded into a database storage system so are not saved as files on disk to keep access to the files as fast as it can be. The platform is made for site resource sharing. Designed for developers sharing JS or CSS files and other resources with many sites they manage. Quick jump to call ${color}[#
Some readers
Making an API call with different languages
You can expand and use the authorization header but as we use URL variables for all parameters you can just use API key and more within the URL parameters. For example you can use this example below to both supply the API key and info. CURL GO Native
Some readers
Getting started with the API
NodeHost is a large scale hosting provider, and we have an open no limit API that any developer with an API key can use, you can provide the API key in the URL variable api_key or as an Authorization header. We split requests into GET and POST requests, but unless required for a resource to be uploaded all POST requests can be made as a standard GET request. Example error response Request ```curl --location --request GET 'https://api.nodehost.cloud/get_account_info'`
Some readers