canonical: https://jentic.com/apis/swaggerhub.julio-noe/dbpedia-spotlight

# Julio Noe DBpedia Spotlight

DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text, providing a solution for linking unstructured information sources to the Linked Open Data cloud through DBpedia. The API exposes 3 endpoints.

## For AI agents

Programmatically returns annotated text / entities from an url, returns candidates from an url. Covers 3 operations.

## Scope

Does not handle payments, communications, or crm - use for social media only.

## Capabilities

- Returns annotated text / entities from an URL
- Manage social media data programmatically
- Integrate DBpedia Spotlight into automated workflows
- Query and filter DBpedia Spotlight records by parameters
- Monitor DBpedia Spotlight operational status and events

## Use cases

### Social Media Operations

Use the DBpedia Spotlight to perform social media operations programmatically. The API provides 3 endpoints covering core functionality including returns annotated text / entities from an url, returns candidates from an url, returns candidates from an url.

Example prompt: Call GET /annotate to returns annotated text / entities from an url

### Automated Annotate Management

Automate annotate operations by combining multiple DBpedia Spotlight endpoints. Agents can returns candidates from an url and then returns candidates from an url in a single workflow.

Example prompt: Call GET /candidates to returns candidates from an url, then verify the result

### AI Agent Integration via Jentic

AI agents discover and call DBpedia Spotlight endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.

Example prompt: Search Jentic for 'returns annotated text / entities from an url', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | /annotate | Returns annotated text / entities from an URL |
| GET | /candidates | Returns candidates from an URL |
| GET | /spot | Returns candidates from an URL |

## Key resources

- **Annotate** — Operations related to Annotate
- **Candidates** — Operations related to Candidates

## Why Jentic

- **Setup:** Wiring the DBpedia Spotlight Spanish API by hand means pointing at the es host and writing your own request and retry handling around the annotate, candidates, and spot calls. Through Jentic you install once, import DBpedia Spotlight from the API Directory, and your agent calls it with no auth to configure.
- **Permission scoping:** This API exposes only read operations that annotate and spot entities in text, so you limit the agent to the operations it needs, such as annotating text or returning candidates. You choose the operations it may call, and it can do nothing beyond the ones you allow.
- **Credential handling:** DBpedia Spotlight requires no credential, and any credential you later add is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'annotate Spanish text with entities' or 'get entity candidates', and Jentic returns the matching DBpedia Spotlight operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Facebook** — Alternative social media API
- **Twitter** — Alternative social media API
- **Linkedin** — Complementary social media API

## FAQ

### What authentication does the DBpedia Spotlight use?

The DBpedia Spotlight uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

### Can I returns annotated text / entities from an url with the DBpedia Spotlight?

Yes. Use the GET /annotate endpoint. The API returns structured JSON responses that agents can parse and act on directly.

### What are the rate limits for the DBpedia Spotlight?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

### How do I returns annotated text / entities from an url through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'returns annotated text / entities from an url'. Jentic returns the matching DBpedia Spotlight operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the DBpedia Spotlight have?

The DBpedia Spotlight exposes 3 endpoints covering annotate, candidates operations.

### Can I limit what my agent is allowed to do with the DBpedia Spotlight API?

Yes. Because you run Jentic One yourself, your own rules decide which DBpedia Spotlight operations the agent may call. This API exposes only read operations, so you can allow just GET /annotate to annotate text, or restrict the agent to GET /candidates and GET /spot for entity candidates, and it can do nothing beyond the operations you permit.
