Welcome to the GovWorx Beta API Documentation! Please reach out to support if you are interested in gaining access to the GovWorx API.
cURL
curl --request GET \ --url https://app.govworx.net/api/v1/external/mcp/resources/media/{mediaId}
{ "id": 123, "type": "<string>", "subType": "<string>", "duration": 123, "conversionStatus": "<string>", "eventId": 123, "createdAt": "2023-11-07T05:31:56Z", "signedUrl": "<string>", "transcription": { "labels": {}, "content": "<string>" } }
Fetch a single media resource by ID with signed URL and transcript (for audio). Token must have ‘Browse Events’ or ‘Manage Events’ permission.
OK
Show child attributes