Retrieve a tile at a tile coordinate

Australia - https://api.nearmap.com/tiles/v3/Vert/21/1855981/1265938.jpg?apikey={YOUR_API_KEY}

US- https://api.nearmap.com/tiles/v3/Vert/19/119799/215845.jpg?apikey={YOUR_API_KEY}

Retrieve a tile from a survey

NOTE: This API will retrieve tiles up to the maximum zoom level of that tile set. To allow to zoom beyond the resolution at which the survey was captured in your application, we recommend you investigate client side up-scaling. Some of the popular applications and mapping frameworks support this functionality.
The advantage of doing this is that it allows the app to be more bandwidth efficient and to upscale on the client. This is more responsive and will consume less network traffic (and less usage for users)

Australia- https://api.nearmap.com/tiles/v3/surveys/100-4c51ffe8-ab52-11e8-9b7a-b3f8ca0bcb81/Vert/16/57999/39561.jpg?apikey={YOUR_API_KEY}

US- https://api.nearmap.com/tiles/v3/surveys/88f1c072-0bdd-11ea-b266-130e886a3ec4/Vert/19/119799/215845.jpg?apikey={YOUR_API_KEY}