This endpoint requires user authentication. Include a valid JWT token in the Authorization header:
Bearer <token>Path Parameters
The unique identifier of the content to access
Request Headers
Bearer token for user authentication
Response
Content object with file URL included
Error Responses
403 Forbidden
404 Not Found
401 Unauthorized
Returned when authentication token is missing or invalid.500 Internal Server Error
This endpoint verifies that a completed purchase exists for the authenticated user and the requested content before returning the file URL. Only purchases with
status: 'completed' are considered valid.