{ "opencollection": "1.0.0", "info": { "name": "PostHog actions uploaded_media API", "version": "1.0.0" }, "items": [ { "info": { "name": "uploaded_media", "type": "folder" }, "items": [ { "info": { "name": "uploaded_media_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/uploaded_media/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "\n When object storage is available this API allows upload of media which can be used, for example, in text cards on dashboards.\n\n Uploaded media must have a content type beginning with 'image/' and be less than 4MB.\n " } ] } ], "bundled": true }