/a requests
- 07 Aug 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
/a requests
- Updated on 07 Aug 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.
Was this article helpful?