APIs Summary

If you have any technical questions, please use this forum : https://groups.google.com/forum/?fromgroups#!forum/doyoubuzz-developers

DoYouBuzz API

With the DoYouBuzz API you can access all the data of the users who have authorized your application.

As an independant developers wanting to leverage DoYouBuzz datas, this is the API you want to use.

API Keys

To get your DoYouBuzz API, drop us an email ([email protected]) and explain your project! :)

Schema

Access

https://api.doyoubuzz.com

Format

Datas are sent as XML and received as XML or JSON (append ?format=json or ?format=xml at the end of your request)

Get started

Once you have your API Keys, check our authentication mecanism (we use oAuth 1.0) and the methods available on the left-side menu).

You can also check our examples on Github.

Showcase API

The Showcase API allows you to access your private CV database.

If you are a company, school or university using either DoYouBuzz Showcase or DoYouBuzz Campus, this is your API.

API Keys

You can get your apikey by login as an admin on your DoYouBuzz Showcase account, under "Settings", then "API".

Schema

Access

https://showcase.doyoubuzz.com/api/v1/

Format

Datas are send as XML and returned as JSON.

Get started

Get your API Keys in the admin section of your Showcase / Campus app, check our authentication mecanism and the methods available (on the left-side menu).

You can also check our PHP Library and examples on Github.

Search API

The Search API allows you to search the DoYouBuzz CV database programmatically.

As a software editor wanting to give access to the DoYouBuzz Search to your clients, this is your API.

API Keys

Get in touch with us to explain your project, and your account manager at DoYouBuzz will send your API keys.

Schema

Access

https://api.doyoubuzz.com/search/

Format

Datas are sent as XML and returned as JSON.

Get started

One you have your API Keys, test a basic search request and display a user CV with both the user and the CV method.