Skip to content

Commit 0d2d3c0

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 89d2264 + c937ebd commit 0d2d3c0

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.en.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,34 @@
77

88
🎉「[TikHub.io](https://tikhub.io/)"Is a**A platform for out-of-the-box integration tools and services**, our goal is to help users quickly start business and support function customization. Our vision is to form a community entrepreneurship project. A single tree cannot grow into a forest, but cooperation can lead to a win-win situation.**Every community member has the opportunity to integrate the functions or interfaces they write into our platform and benefit from them**. We have accumulated a large number of registered users and community users, and in order to realize this vision, we are actively planning and implementing cooperation strategies to ensure the sustainable and healthy development of the ecosystem. Welcome everyone to join us[Discord](https://discord.gg/aMEAS8Xsvz)Community.
99

10+
#### Remark
11+
12+
- TikHub API currently provides the following services and is constantly being updated:
13+
- [Douyin web version data interface](https://api.tikhub.io/#/Douyin-Web-API)
14+
- [Douyin App V1 data interface](https://api.tikhub.io/#/Douyin-App-V1-API)
15+
- [Douyin App V2 data interface](https://api.tikhub.io/#/Douyin-App-V2-API)
16+
- [Douyin App V3 data interface](https://api.tikhub.io/#/Douyin-App-V3-API)
17+
- [TikTok web version data interface](https://api.tikhub.io/#/TikTok-Web-API)
18+
- [TikTok App V2数据接口](https://api.tikhub.io/#/TikTok-App-V2-API)
19+
- [TikTok App V3 data interface](https://api.tikhub.io/#/TikTok-App-V3-API)
20+
- [Xigua Video App V2 data interface](https://api.tikhub.io/#/Xigua-App-V2-API)
21+
- [Xiaohongshu web version data interface](https://api.tikhub.io/#/Xiaohongshu-Web-API)
22+
- [Kuaishou web version data interface](https://api.tikhub.io/#/Kuaishou-Web-API)
23+
- [Weibo web version data interface](https://api.tikhub.io/#/Weibo-Web-API)
24+
- [Instagram Web and APP data interface](https://api.tikhub.io/#/Instagram-Web-And-APP-API)
25+
- [Verification code bypass interface](https://api.tikhub.io/#/Captcha-Solver)
26+
- [Temporary mailbox interface](https://api.tikhub.io/#/Temp-Mail-API)
27+
- Please report any issues or bugs to[Discord server](https://discord.gg/aMEAS8Xsvz)
28+
1029
* * *
1130

1231
#### **quick start**
1332

33+
> References
34+
35+
- **Swagger UI Docs**:[Swagger UI](https://api.tikhub.io)
36+
- **Documentation/documentation**:[API Documentation](https://docs.tikhub.io/)
37+
1438
[TikHub.io](https://tikhub.io/)Most of the APIs are RESTFUL, which means you only need to use basic HTTP requests to complete the call.
1539

1640
All APIs are written based on the OPenAPI specification, which means you can use our`openapi.json`Automatically generate any form of API documentation:
@@ -39,7 +63,7 @@ After you complete the above steps, you can copy your API Token, then return to
3963

4064
> Used in HTTP requests
4165
42-
If you want to carry the API Token in the HTTP request, please read the format below carefully, and you need to carry an API Token in the request header.`Authorization`Field, below I will give an example of JSON as header:
66+
If you want to carry the API Token in the HTTP request, please read the format below carefully, and you need to carry a called`Authorization`Field, below I will give an example of JSON as header:
4367

4468
{
4569

0 commit comments

Comments
 (0)