curl --request GET \
--url http://localhost:8000/api/v1/media/ \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 123,
"filename": "<string>",
"url": "<string>",
"file_size": 123,
"mime_type": "<string>",
"source_type": "upload",
"date_added": "2023-11-07T05:31:56Z",
"date_updated": "2023-11-07T05:31:56Z",
"width": 123,
"height": 123,
"external_id": "<string>",
"external_metadata": {},
"tags": [
"<string>"
],
"alt_text": "<string>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}curl --request GET \
--url http://localhost:8000/api/v1/media/ \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 123,
"filename": "<string>",
"url": "<string>",
"file_size": 123,
"mime_type": "<string>",
"source_type": "upload",
"date_added": "2023-11-07T05:31:56Z",
"date_updated": "2023-11-07T05:31:56Z",
"width": 123,
"height": 123,
"external_id": "<string>",
"external_metadata": {},
"tags": [
"<string>"
],
"alt_text": "<string>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}The access token received from the authorization server in the OAuth 2.0 flow.
Number of items per page
1 <= x <= 100Number of items to skip
x >= 0Filter by source type
upload, stock, ai_generated Company ID