🔬
TinyInstaller Guides
  • 👋Welcome to TinyInstaller
  • Overview
    • ✨Our Features
    • Unsupported providers
  • Install Guides
    • Install Windows on DigitalOcean
    • Install Windows on DigitalOcean (Init Script)
    • Install Windows on Vultr
    • Install Windows on Linode
    • Install Windows on Google Cloud
    • Install Windows on Oracle Cloud
    • Install Windows on AWS
    • Install Windows on Azure
    • Install Windows on CloudCone
    • Install Windows on Racknerd
    • Install Windows on SSD Nodes
    • Install Windows on Kamatera
    • Install Windows on VPS Linux
  • Firewall guides
    • Open Firewall on Google Cloud
    • Open Firewall on Azure
    • Open Firewall on Oracle Cloud
    • Open Firewall on AWS
  • Windows
    • Change RDP Port
    • Convert Windows Server Evaluation To Datacenter
  • Payment
    • Pay with Binance
  • Api
    • Api Requests
    • Build Install Command
Powered by GitBook
On this page
  • Authenticating requests
  • Get license info
  • Get images
  • Get instances
  • Get instance detail
  1. Api

Api Requests

PreviousPay with BinanceNextBuild Install Command

Last updated 1 month ago

Authenticating requests

To authenticate requests, include an Authorization header with the value "Bearer {YOUR_LICENSE_KEY}".

Get license info

Request: GET Headers: Authorization: Bearer {YOUR_LICENSE_KEY}

Get images

GET Headers: Authorization: Bearer {YOUR_LICENSE_KEY} Body Parameters: q Search keyword. Example win2012 page Pagination page. Example: 2

Get instances

GET Headers: Authorization: Bearer {YOUR_LICENSE_KEY} Body Parameters: ip_address Filter by ip address. Example 123.123.123.123 status Filter by status, available statuses: new, wait_for_tiny, installing, installed, error, timed_out, done page Pagination page. Example 2

Get instance detail

GET Headers: Authorization: Bearer {YOUR_LICENSE_KEY} Url parameters: id Instance id from list. Example: 22353604-ae4a-47b3-8d70-ef919a9445e2

https://tinyinstaller.top/api/v1/my/info
https://tinyinstaller.top/api/v1/my/images
https://tinyinstaller.top/api/v1/my/instances
https://tinyinstaller.top/api/v1/my/instances/{id}