OFFLIN API
Integrate social media downloading into your own applications with our powerful RESTful API. Currently in development — join the waitlist for early access.
API Overview
The OFFLIN API provides programmatic access to our social media content extraction engine. Fetch download links for videos, images, and other media from supported platforms via simple HTTP requests.
Planned Endpoints
POST
/api/v1/fetch
Submit a social media URL and receive download links with metadata.
Request Body
{
"url": "https://www.instagram.com/p/EXAMPLE/",
"quality": "highest"
}
Response
{
"status": "success",
"platform": "instagram",
"type": "video",
"title": "Video Title",
"thumbnail": "https://...",
"downloads": [
{ "quality": "1080p", "format": "mp4", "url": "https://...", "size_mb": 12.4 },
{ "quality": "720p", "format": "mp4", "url": "https://...", "size_mb": 6.2 }
]
}
Rate Limits
The API will support tiered rate limits. Free tier includes a generous allocation for personal projects.
Authentication
API access will require an API key via the Authorization header.
Get Early Access
The API is under active development. Join the waitlist for priority access.