/
Team erstellenFügen Sie Ihre API hinzuDokumente
Anmelden
Anmeldung
Team erstellenFügen Sie Ihre API hinzuDokumente

Anmelden
Anmeldung

/

Restb.ai / restb

@ Restb.ai

    avatar
    Restb.ai Watermark Detection

    Detect artificially added watermarks, texts and logos in images with an A.I. powered computer vision solution

    9.3
    951 ms
    100%

    Diskussionen

    2
    All
    Questions
    Answers
    Neueste
    A
    2
    Hey Anthony, Looking at your R code it looks like you are sending request headers (`rapidapi-key`) and body (`image_url`) as query parameters making not possible for RapidAPI to authenticate your request. Also, it looks like the URL that you are using is not the correct one. You should use `https://restb-ai-watermark-detection.p.rapidapi.com/wmdetect`. Taking a look at the _getting started_ [website](https://cran.r-project.org/web/packages/httr/vignettes/quickstart.html) from `httr` this, or something close to this, should work: ``` httr::POST( url = "https://restb-ai-watermark-detection.p.rapidapi.com/wmdetect", httr::add_headers( X-RapidAPI-Host = "restb-ai-watermark-detection.p.rapidapi.com", X-RapidAPI-Key = Sys.getenv("RAPIDAPI_KEY"), Content-Type = "application/x-www-form-urlencoded" ), body = list(image_url = "https://storage.googleapis.com/pbm-product-photos/03091_2.jpg"), encode = "form" ) ``` I hope this would help with your integration.
    Fr. 9:00 26/6/20
    A
    1
    Hey, thanks for your question. Returning position values is a premium feature, if you need this for your use case, please contact sales@restb.ai
    Mo. 4:00 16/3/20
    Start
    • 🇺🇸 English
    • 🇫🇷 French
    • 🇪🇸 Spanish
    • 🇮🇹 Italian
    • 🇯🇵 Japanese
    • 🇰🇷 Korean
    • 🇷🇺 Russian
    • 🇮🇳 Hindi
    • 🇳🇱 Dutch
    • 🇹🇷 Turkish
    • 🇺🇦 Ukrainian
    • 🇨🇳 Chinese (Simplified)
    • 🇧🇷 Portuguese
    • 🇮🇱 Hebrew
    © 2022 RapidAPI. All Rights Reserved.
    • Facebook
    • Twitter
    • LinkedIn