'How to get the basic tileset in MapBox, instead of the Satellite?

I've been trying to get the basic style of MapBox in the Tiles Rastered, and I can't find a way to do it.

The only one shown in the documentation is this: https://api.mapbox.com/v4/mapbox.satellite/13/2635/[email protected]?access_token={token-here}

Which shows this:

enter image description here

And I need the basic one, like this:

enter image description here

I have been reading and seems like you have to go to https://studio.mapbox.com/tilesets/, and create your own Titleset, using the basic style from a basic dataset, but if I try to create a basic Dataset in https://studio.mapbox.com/datasets/, it doesn't let me create a Titleset from a "empty dataset".

I was expecting to get the rastered title from just something like this: https://api.mapbox.com/v4/mapbox.basic/13/2635/[email protected]?access_token={token-here}

Anyways, if the only way is to create a MapBox Dataset, and then creating a Titleset from that dataset, I would really like to get more info about it, because I can't find the way to create a basic-dataset.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source