POST v1/application/url-shorter
Request Information
URI Parameters
None.
Body Parameters
UrlshortenerRequestModelName | Description | Type | Additional information |
---|---|---|---|
url | string |
Required |
Request Format
application/json, text/json
Sample:
{ "url": "sample string 1" }
Response Information
Resource Description
BaseMetaResultModelOfUrlshortenerResponseModelName | Description | Type | Additional information |
---|---|---|---|
response | UrlshortenerResponseModel |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": { "created_at": "2024-11-25T22:56:40.9258263+03:00", "link": "sample string 2" }, "meta": { "status_code": 1, "status_message": "sample string 2" } }