# Encode URL request service **POST /v1/links** Create your short links with this service, use all the fields that you want to increase the analytics and tracking ## Servers - https://api.h2olinks.com: https://api.h2olinks.com () - http://localhost:8080: http://localhost:8080 () ## Authentication methods - Api key auth ## Parameters ### Body: multipart/form-data (object) - **campaign_name** (string) enter a campaign name - **client_id** (string) Client id from the h2o service customer - **custom_domain** (string) enter a custom domain - **metadata** (string) enter some metada json - **sec_id** (string) enter a secondary link id - **url** (string) URL to be encoded ## Responses ### 200 #### Body: application/json (object) - **error** (string) - **result** (string) ### 400 #### Body: application/json (object) - **error** (string) - **result** (string) ### default [Powered by Bump.sh](https://bump.sh)