We are excited to announce the release of Tailor Personalized Video Platform API V1.2.8. This release includes an important nomenclature change to improve clarity and consistency across our API.
In this release, we have modified the nomenclature used in our API, replacing the term "Placeholder" with the term "Field". This change affects the following API routes:
The decision to rename "Placeholder" to "Field" was made to provide a more intuitive and descriptive term for the concept it represents. This update aims to enhance the developer experience and make our API more user-friendly.
Here's an example of how the API request body has changed:
{
"deliverableID": "{{string}}",
"placeholders": [
{
"type": "data",
"value": "{{string}}",
"placeholderName": "{{string}}"
},
...
]
}
New API Request Body:{
"deliverableID": "{{string}}",
"fields": [
{
"type": "data",
"value": "{{string}}",
"fieldName": "{{string}}"
},
...
]
}
Please ensure that you update your API integration to use the new "Field" terminology in place of "Placeholder" when making requests to the affected routes.
To maintain backward compatibility, the API will continue to support the previous "Placeholder" terminology for a limited time. However, we strongly recommend updating your integration to use the new "Field" terminology as soon as possible to ensure a smooth transition.
We have updated our API documentation to reflect the nomenclature change. You can find the updated documentation on our developer portal at [https://developer.tailorvideoplatform.com/docs](https://developer.tailorvideoplatform.com/docs).
If you have any questions, concerns, or need assistance with updating your integration, please don't hesitate to reach out to our support team at info@tailor.video. We are here to help you through this transition.
We believe that the nomenclature update in Tailor Personalized Video Platform API V1.2.8 will provide a more intuitive and consistent developer experience. We appreciate your understanding and cooperation as we work to improve our API and deliver the best possible service to our customers.
Thank you for choosing Tailor Personalized Video Platform. We look forward to continuing to innovate and enhance our platform to meet your personalized video needs.
Best regards,
The Tailor Dev Team