Developer API Docs

Integrate with Oheo

Access high-performance digital profile data via our lightweight JSON APIs. Built for seamless integration into external portfolios, resumes, and business trackers.

Personal & Project API

Fetches comprehensive professional information about Ohiocheoya Alabi, including skills, featured projects, and core specialization.

GET/api/ohio
Try it Live

Business & Brand API

Fetches detailed information about Oheo business solutions, core expertise, metrics, and operational processes.

GET/api/ohiocodespace
Try it Live

Quick Integration

1

CORS Support

The API routes are configured to support cross-origin requests from authorized domains.

2

Response Format

Standard JSON format with appropriate Content-Type: application/json headers.

3

Versioning

Current version is v1.0. Future updates will be announced in the documentation.

// Example: Fetching Oheo Business Info
fetch('https://ohiocodespace.com/api/ohiocodespace')
  .then(response => response.json())
  .then(data => console.log(data.brand.name))
  .catch(error => console.error('Error:', error));