Platform integration API for external consumers & job-board channels
# Authenticate with your channel API key curl -H "x-channel-api-key: <your-channel-api-key>" \ -X POST -H "Content-Type: application/json" \ -d '{"query":"{ vacancies(first:5) { edges { node { title } } pageInfo { hasNextPage endCursor } } }"}' \ https://demo.api.taloo.ch/v1/graphql
Generate type-safe clients from the schema — no hand-written types needed.
/swagger).d.ts types at build time, use with any fetch lib
Saloon PHP · Laravel
— idiomatic Laravel HTTP client, testable and well maintained
openapi-generator Python · Go · Java · PHP · Ruby · ...
— generates a native client from the OpenAPI spec in 50+ languages
/v1/graphql)# Generate REST types from the live OpenAPI spec npx openapi-typescript https://demo.api.taloo.ch/openapi.json --output ./taloo-public.d.ts