אני רוצה לפרסם קישור YouTube כנתונים גולמיים

I want to post a youtube link as raw data and response is nothing if anyone facing this type of problem then please help me.
I am using posts.json API and send data like
url = … +“posts.json”
type= post
raw = “https://www.youtube.com/watch?v=pIAQV0u72iI
topic_id = 10;

לייק 1

If you want the Youtube URL to be displayed as a URL on the frontend (and not be converted to a video onebox), you can try posting the URL within backticks, i.e. the posted raw data should look like this:

raw: "`https://youtube.com/video-url`"
לייק 1

this response like this

YouTube


but i want to play video type
לייק 1

hi i want to post youtube link via posts.json api after post this link is ready to play video if possible then please help me.