본문으로 건너뛰기

소개

번역 준비중

이 문서의 한국어 번역을 준비중입니다. 아래는 영어 원문입니다.

Using Shakr Video API, you can create and retrieve a video programmatically.

Base URL

https://api.shakr.com/v2/

Headers

Content-Type: application/json
Authorization: Bearer <ACCESS_TOKEN>

Almost all requests must include a Content-Type header with application/json.

Authentication

Almost all endpoints of Shakr Video API requires an access token to authenticate requests. Authentication is performed via bearer auth, so provide your access token to the Authorization field in HTTP header.

Authorization: Bearer <ACCESS_TOKEN>