cURL
curl --request GET \ --url https://api.politicalcomms.com/v1/media/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "id": "med_abc123", "name": "spring-outreach-hero", "org_id": "org_123", "brand_id": "brand_abc123", "content_type": "image/jpeg", "size_bytes": 248320, "width": 1920, "height": 1080, "status": "ready", "url": "https://media.politicalcomms.com/med_abc123.jpg", "created_at": "2025-03-10T12:00:00Z" } }
Fetch a single media file including readiness + metadata.
Documentation IndexFetch the complete documentation index at: https://docs.politicalcomms.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.politicalcomms.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request by passing your API key in the X-API-Key header. Keys are scoped to your organization hierarchy.
Resource ID
Successful response