API Reference Manual

FlincByte API Documentation & Reference

Comprehensive reference manual for FlincByte public APIs, request parameters, error structures, rate limits, and machine-readable OpenAPI 3.1 contracts.

Base URL

https://www.flincbyte.com

All production API requests should be sent via HTTPS.

Rate Limits

Read: 60 req/min
Write/Submit: 3-5 req/min

Standard 429 response with Retry-After header on threshold reach.

Content Negotiation

Sends Vary: Accept, Accept-Encoding. Supports text/markdown for LLM agents.

Available Endpoints

Every operation below contains unique operationId identifiers and strict type validations.

POST/api/contact
operationId: submitContactInquiry

Submit a project inquiry or contact request

Sends a new client inquiry to the FlincByte engineering team. An intro call or technical scope review will follow within 24 hours.

Request Body (application/json)

Requires valid JSON payload matching the OpenAPI schema.

Responses

201Inquiry successfully recorded
400Validation error or invalid JSON body
429Rate limit exceeded
POST/api/waitlist
operationId: joinProductWaitlist

Join waitlist for FlincByte products (e.g., Society App)

Registers a user or society admin on the waitlist for early access to FlincByte digital products.

Request Body (application/json)

Requires valid JSON payload matching the OpenAPI schema.

Responses

201Successfully added to waitlist
400Invalid input or email already registered
POST/api/newsletter
operationId: subscribeNewsletter

Subscribe to FlincByte engineering newsletter

Registers an email address for monthly software engineering insights and MVP case studies.

Request Body (application/json)

Requires valid JSON payload matching the OpenAPI schema.

Responses

201Subscription recorded
400Invalid email or request
GET/api/blogs
operationId: getPublishedBlogs

List published blog posts and technical guides

Fetches published blog articles with cursor-based pagination and keyword search.

Query Parameters

limit(integer, optional)

Number of blog posts to return (1-50)

default: 10
cursor(string, optional)

Base64 pagination cursor from previous response

search(string, optional)

Keyword filter across title, tags, and description

Responses

200List of blog articles
400Invalid query parameters
GET/api/projects
operationId: getFeaturedProjects

List featured case studies and portfolio projects

Retrieves client case studies, shipped MVPs, and architecture breakdowns.

Query Parameters

limit(integer, optional)

Number of projects to return (1-50)

default: 10
cursor(string, optional)

Pagination cursor

Responses

200List of projects
GET/api/careers
operationId: getOpenRoles

List open engineering and design career roles

Returns active remote job postings at FlincByte.

Query Parameters

status(string, optional)

Filter roles by open status ('open' or 'all')

default: open

Responses

200List of career opportunities

Ready to test these endpoints live?

Try out the live requests in the interactive Developer Sandbox.

Go to Sandbox