Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"alt_text": "example-alt-text"
}
Request samples
curl --location --request PUT 'https://app.onlysocial.io/os/api//media/' \
--header 'Content-Type: application/json' \
--data-raw '{
"alt_text": "example-alt-text"
}'
Responses
application/json Modified at 2025-07-08 08:07:12