cURL
curl --request GET \ --url https://api.mkinf.io/v0.1/projects/{id}/images \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "9abde4b7-15e8-4abd-891c-42242eb3567e", "name": "ubuntu22.04-nvidia-pcie-docker", "description": "Ubuntu 22.04, NVIDIA Driver 535.x, CUDA 12.0, nvidia-docker", "tags": [ "2023-11-16" ], "created_at": "2023-11-16T22:02:00Z", "locations": [ "us-northcentral1-a", "us-east1-a" ] } ] }
List all the available images
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project id
The response is of type object.
object