Feature Request: Return Shortened Link Directly in JSON Response
Is there a way to return the shortened link directly in the JSON response? Currently, ShareX cannot detect the dynamic link using https://baseurl/$json:link.slug$ in the URL field.
Do you plan to make any changes to the API to support this feature?
I've made some changes in the create/api code here:
Feature Request: Return Shortened Link Directly in JSON Response
Is there a way to return the shortened link directly in the JSON response? Currently, ShareX cannot detect the dynamic link using
https://baseurl/$json:link.slug$
in the URL field.Do you plan to make any changes to the API to support this feature?
I've made some changes in the
create/api
code here:Link to modified code
With this change, it’s working for ShareX!