LateLate API

OpenAPI Specs


Free, downloadable OpenAPI specifications for all major social media platforms. Use these specs to generate SDKs, build API clients, or explore API capabilities in tools like Swagger UI or Postman.

All specs are maintained in our public GitHub repository.

Platform API Specifications

PlatformDownloadSize
Twitter / Xtwitter.yaml478 KB
Pinterestpinterest.yaml1.5 MB
Telegramtelegram.yaml111 KB
YouTubeyoutube.yaml96 KB
Redditreddit.yaml71 KB
Google Businessgooglebusiness.yaml59 KB
LinkedInlinkedin.yaml54 KB
Snapchatsnapchat.yaml51 KB
Threadsthreads.yaml50 KB
Blueskybluesky.yaml45 KB
TikToktiktok.yaml43 KB
Instagraminstagram.yaml39 KB
Facebookfacebook.yaml38 KB

What is OpenAPI?

OpenAPI Specification (formerly Swagger) is a standard format for describing REST APIs. With an OpenAPI spec, you can:

  • Generate SDKs in any programming language
  • Import into Postman for instant API testing
  • Use Swagger UI to explore and test endpoints interactively
  • Generate documentation automatically
  • Validate requests/responses in your applications

Using These Specs

Import into Postman

  1. Copy the raw URL for your platform (e.g., https://raw.githubusercontent.com/getlate-dev/openapi-specs/main/twitter.yaml)
  2. Open Postman and go to File → Import
  3. Paste the URL or download and select the file
  4. Postman will create a collection with all endpoints

Generate an SDK

Use OpenAPI Generator to create client libraries:

# Download the spec
curl -O https://raw.githubusercontent.com/getlate-dev/openapi-specs/main/twitter.yaml

# Generate TypeScript SDK
openapi-generator-cli generate -i twitter.yaml -g typescript-fetch -o ./twitter-sdk

View in Swagger UI

docker run -p 8080:8080 -e SWAGGER_JSON_URL=https://raw.githubusercontent.com/getlate-dev/openapi-specs/main/twitter.yaml swaggerapi/swagger-ui

Contributing

Found an issue or want to improve a spec? Contributions are welcome on GitHub.

One API for All Platforms

Instead of integrating with each platform separately, Late API provides a unified API that works across all 13+ social media platforms with a single integration.

  • One authentication flow for all platforms
  • Consistent data formats across platforms
  • Single webhook for all platform events
  • Unified rate limiting and error handling

Get started with Late API →