# Employer branding API

- [Organizations](https://developers.welcomekit.co/employer-branding-api/organizations.md)
- [Retrieve Organization's info](https://developers.welcomekit.co/employer-branding-api/organizations/retrieve-organizations-info.md): This endpoint allows you to get information about an organization.
- [List organizations](https://developers.welcomekit.co/employer-branding-api/organizations/list-organizations.md): This endpoint lets you retrieve all organizations according to their name or website url or cms site reference (one and only one of these parameters is required). It requires a dedicated partnership.
- [Images](https://developers.welcomekit.co/employer-branding-api/untitled.md): This endpoint lets you access to the list of your images (scope images\_r) or to all images (scope su\_images\_r).
- [videos](https://developers.welcomekit.co/employer-branding-api/list-videos.md): This endpoint lets you retrieve the list of videos for a particular company.
- [Embed](https://developers.welcomekit.co/employer-branding-api/get-information-to-build-an-embed.md): It will allow you to build a widget on a career website based on your jobs and organization informations.
- [Tools](https://developers.welcomekit.co/employer-branding-api/list-tools.md): This endpoint lets you retrieve all tools of Welcome To The Jungle
- [Sectors](https://developers.welcomekit.co/employer-branding-api/list-available-sectors.md): This endpoint lets you access to the list of all active sectors.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.welcomekit.co/employer-branding-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
