-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: post_semantic_create documentation (#116)
* add: post_semantic_create documentation * Update README.md --------- Co-authored-by: Mobin Pourabedini <[email protected]> Co-authored-by: Saeed Alipoor <[email protected]>
- Loading branch information
1 parent
54119cf
commit c237d2a
Showing
5 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# ساخت و به روز رسانی | ||
|
||
| Upsert Post Semantic | | | ||
|----------------------|----------------------| | ||
| API Permissions | POST_SEMANTIC_CREATE | | ||
| OAuth Permissions | POST_SEMANTIC_CREATE | | ||
| Rate Limit | Unlimited | | ||
|
||
### ویژگیها | ||
با استفاده از این اندپوینت میتوانید اطلاعات معنایی یک آگهی را ایجاد یا به روز رسانی کنید. | ||
اطلاعات معنایی میتواند اطلاعاتی مانند نتیجه احراز هویت، اطلاعات مربوط به محتوای آگهی و ... باشد. | ||
توجه داشته باشید که این اطلاعات برای کاربران دیوار قابل مشاهده نیست و تنها برای استفادهی دیوار در پردازشهای داخلی مورد استفاده قرار میگیرد. | ||
|
||
## ریکوئست | ||
|
||
```http request | ||
POST https://api.divar.ir/experimental/open-platform/semantic/post/{{post_token}} | ||
x-access-token: {{access-token}} | ||
x-api-key: {{api-key}} | ||
{ | ||
"semantic": { | ||
"some-key": "some value to be hashed", | ||
"identity_verification_result": "FACE_AND_ID_MATCHED" | ||
}, | ||
} | ||
``` |
File renamed without changes.
File renamed without changes.