Key | Value |
Content-Type | application/json | |
Key | Value |
Key | Value |
Las Vegas Sphere
Bring your brand easily to Scalar Docs, we don't want your docs to look like everyone elses
Let your docs live alongside your code, write docs in markdown and link your OpenAPI files
We don't charge an extra $150 so you can add custom code to your site, do it all on our free plan
Import your OpenAPI file and get beautiful documentation with our API References
Let your users quickly try out your APIs right inside of the docs, reducing onboarding time
Publish on your domain for $12/month, or use our free apidocumentation.com subdomain
Some endpoints are public, but some require authentication. We provide all the required endpoints to create an account and authorize yourself.
Time to create a user account, eh?
Scalar walkthrough coming soon!
No signup required!
dotnet add package Scalar.AspNetCore
using Scalar.AspNetCore;
var builder = WebApplication.CreateBuilder();
builder.Services.AddOpenApi();
var app = builder.Build();
app.MapOpenApi();
if (app.Environment.IsDevelopment())
{
app.MapScalarApiReference();
}
app.MapGet("/", () => "Hello world!");
app.Run();
Link to your server frameworks and keep Scalar's API Client in sync
(coming soon)
We built this product for ourselves, offline first & always will be. If your team needs collaboration it's opt-in
Your team needs to collaborate on testing APIs? We got you covered with our sync that's on our paid plan
Web? MacOS? Linux? Windows? We release on all platforms so you can work seamlessy with your preferred dev setup
We keep the OpenAPI spec alive, getting all the downstream benefits of building with Scalar from docs to sdks
Don't stress your engineering team out, our API Client is built all based on the OpenAPI Specification
Key | Value |
Content-Type | application/json | |
Key | Value |
Key | Value |
Scalar walkthrough coming soon!
No signup required!