Hi, i have an http request already, that is uploading an image to WordPress. Can somebody tell me, how i can upload the image alt text automatically as well?
Hi @ManyQuestions
looking at the Wordpress documentation it looks like there’s the alt_text argument you could use.
You could either (1) try to send that attribute when you are creating the media or (2) update the media just after you have created it (using this endpoint) and add the alt_tag.