---
title: "/a requests"
slug: "a-requests"
updated: 2020-08-07T16:17:25Z
published: 2020-08-07T16:17:25Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://code.tag.bio/llms.txt
> Use this file to discover all available pages before exploring further.

# /a requests

[As described above](https://code.tag.bio/v1/docs/fc-api-methods-high-level), 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.
