Set default CTA for Project
This API endpoint allows you to set the default Call to Action (CTA) for a project based on the CTA of a specific video. This can be useful if you want to ensure consistency across multiple videos in a project or if you want to update the default CTA for a project.
GET
https://api.dyntube.com/v1/projects/{projectId}/default-video-cta?videoId={videoId}
Path Parameters
Name
Type
Description
projectId*
String
The ID of the project for which you want to set the default CTA.
Query Parameters
Name
Type
Description
videoId*
String
The ID of the video whose CTA you want to use as the default CTA for the project.
{ "ok": true, "message": null, "data": {} }
Last updated