Our Api

If you are a publisher, you can add / link / include our advertisements to your website via a graphQL (for more info click here) based GET request at  URL :
 

http://indiabizs.ravapps.com/index.php/graphql

VIA query format

query {

    adsForConsumerSites {
        title
        adurl
        description
        category {
            category_name
        }
        sub_category {
            category_name
        }
        country {
            country_code
        }
        seller_email
        video_url
    }
}
 
HOW ? You have to make a GET asynchronous request via any coding language like PHP / Jquery / C# etc.

Additionally, you have to add a header in your request following this video on youtube.
 
 
You will get output like this in the format of JSON ( for more info click here ).
NOTE: If you are facing any difficulty in implementing our api, you can contact our developer to implement the same after paying a small cost.