Get media

Retrieves a single media file by its ID.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesMedia unique identifier

Response Fields

FieldTypeDescription
idintegerMedia unique identifier
namestringOriginal file name
urlstringPublic URL to access the file
mimestringMIME type (e.g., image/png, application/pdf)
folderstringFolder/category for organization
pathstringStorage path
thumbnailstringThumbnail URL (for images)
thumbPathstringThumbnail storage path
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 200 OK: Returns the media details
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Media not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!