Actions100
- Activity Logs Actions
- Articles Actions
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
Overview
This node operation, Get Public Photos, retrieves publicly available photos from a service. It is useful in scenarios where you want to fetch and display public photo galleries, integrate public images into workflows, or analyze publicly shared visual content. For example, you might use this node to pull the latest public photos for a social media dashboard or to gather images for automated processing.
Properties
Name | Meaning |
---|---|
Additional Query Parameters | Optional parameters to customize the query: - Page: The current page of results (number). - Page Size: Number of results to return per page (number). |
Output
The node outputs JSON data containing the retrieved public photos. Each item in the output typically represents a photo with its associated metadata such as URL, title, description, or other relevant attributes provided by the API. There is no indication that binary data (e.g., image files) is directly output by the node; instead, it likely provides URLs or references to the photos.
Dependencies
- Requires an API key credential or similar authentication token configured in n8n to access the external photo service.
- The node depends on the external API endpoint defined by the base URL set in credentials.
- No additional external libraries beyond those bundled with the node are required.
Troubleshooting
- Empty or missing results: Ensure that the API credentials are correctly configured and have permission to access public photos.
- Pagination issues: If you receive fewer results than expected, verify the
Page
andPage Size
parameters to correctly paginate through results. - API errors: Common error messages may relate to invalid authentication or rate limiting. Check your API key validity and usage limits.
- Network errors: Confirm that the base URL and network connectivity are correct.
Links and References
- Refer to the external photo service’s API documentation for details on available query parameters and response structure.
- Consult n8n documentation on how to configure API credentials and use collection-type input properties.