OpenAPI Specification
Machine-readable API description. Auto-generate SDKs for any language.
OpenAPI 3.0 specification
https://api.fastscreenshotapi.com/openapi.json
What you can do with it
- Import into Postman, Insomnia, or any API client
- Auto-generate SDK in Node.js, Python, PHP, Go, Ruby, Java, C#
- Use with OpenAPI Generator
- Import into Swagger UI for interactive docs
SDK generation examples
Use OpenAPI Generator to create a typed SDK in your preferred language:
SDK generation
# Node.js SDK
npx @openapitools/openapi-generator-cli generate \
-i https://api.fastscreenshotapi.com/openapi.json \
-g typescript-fetch \
-o ./fastscreenshot-sdk
# Python SDK
npx @openapitools/openapi-generator-cli generate \
-i https://api.fastscreenshotapi.com/openapi.json \
-g python \
-o ./fastscreenshot-python