Can I create thumbnail and add a new thumbnail field for the post in API ?
Ghost can generate thumbnails for all uploaded images (as long as they’re not animated gifs or SVGs). The API for fetching thumbnails is https://yoursite.com/content/images/{size}/{image_path}, where {size} is the requested dimensions such as w100 or w300h300 but it must match to a configured image size.