Add files to a session
Sessions
Add files to a session
Use this endpoint to add files to a session for a specific event type in your Zuddl organization.
Required API key scopes: WRITE
This API can only be called with an access key that was generated for Backend usage.
POST
Add files to a session
Authorizations
Provide your API key secret in the Authorization header
Path Parameters
Unique identifier of the event
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$Unique identifier of the session
Body
application/json
File name
Minimum string length:
1Example:
"Presentation"
Url of the file
Pattern:
https?://(?:www\d*\.)?[\p{L}\p{N}@:%._+~#=-]{1,256}\.[\p{L}\p{N}()]{1,6}\b[\p{L}\p{N}()!@:%_+.~#?&/=-]*Example:
"https://phoenixlive.imgix.net/9807c938-413f-4a18-8f22-c3ac150f1e61"
Response
Files added successfully