As described above, the /a
API method requests an asset from the FC server, typically an image.
Request
{
"path": "my_image.png", <--The asset requested, cannot contain path characters - i.e. only alphanumeric and ‘_’ ‘-’ characters.
"extension": ".png"
}
Response
The response to the /a
request is the asset requested, with proper Content-Type and Content-Encoding headers.