/a requests
  • 07 Aug 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

/a requests

  • Dark
    Light
  • PDF

Article summary

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?

What's Next