Skip to content

Introduction

This section covers v3 of the ambientCG API which can be accessed via HTTPS on the individual sub-paths of:

https://ambientCG.com/api/v3/<endpoint + GET-parameters>

There are currently no writing operations, all calls must therefore be made using the GET method.

Endpoint overview

Below is an overview of the individual endpoints:

  • /api/v3/assets lists metadata about assets.
  • /api/v3/categories lists metadata about asset categories.
  • /api/v3/collections lists metadata about asset collections.
  • /api/v3/rss delivers a customizable RSS feed of the latest assets.

Check the different sub-pages for information about the endpoints and their parameters.