I want to post youtube link as raw data

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 = “YouTube
topic_id = 10;

1 Like

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 Like

this response like this

YouTube


but i want to play video type
1 Like

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.