Node Media
Upload node media
Returns a URL to upload media for a node.
Authorization
bearerAuth AuthorizationBearer <token>
API key (cf_*) passed as Bearer token
In: header
Path Parameters
formId*string
nodeId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/forms/497f6eca-6276-4993-bfeb-53cbbbba6f08/nodes/497f6eca-6276-4993-bfeb-53cbbbba6f08/media" \ -H "Content-Type: application/json" \ -d '{ "media_type": "video" }'{ "media_id": "59458438-e712-4754-944d-fc838e1a631d", "upload_url": "http://example.com", "upload_method": "tus", "status": "awaiting_upload"}