-
Notifications
You must be signed in to change notification settings - Fork 12
COMMAND.2 Confirm the User registration
Giuliano Catrambone edited this page Dec 19, 2018
·
5 revisions
- A User already registered has to be ‘confirmed’ through the confirmation code received by the User through an email
- Return the API Key to be used to call the MMS APIs
/catramms/v1/user/:UserKey/:ConfirmationCode
GET
* UserKey=[number]
example: UserKey=12
This is the UserKey returned by the register API
* ConfirmationCode=[string]
example: ConfirmationCode=1387270786
None
None
200 OK
{
"apiKey": "SU1.8ZO1O2zRs.gL_nWYV4AZ0uU_dy89CXogV2eLaeQ0"
}
Assuming:
- UserKey to be confirmed: 2
- Confirmation Code of the User to be confirmed: 2049792014
curl -k -v -X GET https://mms-api.catrasoft.cloud/catramms/v1/user/2/2049792014
- tutorial videos: https://www.youtube.com/@CatraMMS/videos
- support email: [email protected]
- info email: [email protected]
- MMS GUI: https://mms-gui.catramms-cloud.com/catramms
- REST MMS API: https://app.swaggerhub.com/apis-docs/giulianoc/MediaManagementService
- API base URL: https://mms-api.catramms-cloud.com/catramms/1.0.1/...
- Delivery URL (authorization by parameter): https://delivery.catramms-cloud.com/catramms/1.0.1/...
- Delivery URL (authorization by path): https://delivery-path.catramms-cloud.com/catramms/1.0.1/...
- Push binary URL: https://binary.catramms-cloud.com/catramms/1.0.1/...
-
Tutorial
- User registration
- Add content - Pull
- Add content, on success send an email
- Two Tasks (Add content) to be executed in parallel
- Add a set of video encoding profiles
- Add two contents, send an email, concat, cut and encode
- Add a single image profile (Logo)
- Add a video, an image, encode the image, overlay the encoded image on the video
-
Workflow Ingestion
Workflow As Library
Add-Remove Content
Delivery
Social Network Delivery
Encoding (video-audio-image)
Media activities
Overlay
Frame Processing
Recorder
Communication
Utilities
Computer Vision