Files
Returns a list of the uploaded files.
Returns a list that includes ID, file name, size, purpose, file size, and media type for the uploaded files.
get/v1/files
Response
Successful Response.
Example response
{
"data": [
{
"path": "myfile.jpg",
"contentType": "image/jpeg"
}
]
}Changes
Changed in 2 of the 7 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲