{ "post": "The best Bluesky image post ever #best", // Max 300 characters or empty string "mediaUrls": ["https://img.ayrshare.com/012/gb.jpg"], "platforms": ["bluesky"]}
Add Bluesky alternative text, also known as alt text, to an image or video.
Bluesky alt text is an accessibility feature used for additional user info and screen readers.Use the altText in the blueSkyOptions object.
Bluesky Alt Text
Copy
Ask AI
{ "blueSkyOptions": { // Array of Alt Texts "altText": ["This is my best pic", "😃 here is the next one"] }}
Each alt text must correspond to an image or video in the mediaUrls array.
The alt text will be applied to each media item in order.