api call page asset

Can I ask where the Assets call api is in the source code?

The HTTP API documentation of the /asset path can be found here.

The Java source code can be found under the AssetResource interface class,
and its respective AssetResourceImpl class.