Simple, secure way to share your orchid photos and information
Just drag and drop your orchid photos here, or click to select files
Drag photos here or click to browse
Supports JPG, PNG, HEIC • Any number of photos • No size limits
Your photos and information will be sent securely to our research team
Email: research@orchidcontinuum.com
Attach photos and include any information about species, location, growing conditions
API Key: gary_orchid_continuum_2025
Bulk Upload Endpoint: /api/gary-bulk-upload
For automated uploads from your systems - include API key in headers
Large Collections: Share folder link via email
Perfect for large photo collections - just organize by species/location
import requests
files = {'photo_0': open('orchid1.jpg', 'rb')}
headers = {'X-API-Key': 'gary_orchid_continuum_2025'}
r = requests.post('/api/gary-bulk-upload',
files=files, headers=headers)