API endpoint:
https://artiro.app/api/v1/messages
Solicitar ejemplo:
curl --location --request GET 'https://artiro.app/api/v1/messages' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
message
.chat_id
role
sort_by
id
.sort
desc
.per_page
10
, 25
, 50
, 100
. Predeterminado: 10
.API endpoint:
https://artiro.app/api/v1/messages
Solicitar ejemplo:
curl --location --request POST 'https://artiro.app/api/v1/messages' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}' \ --data-urlencode 'description={description}'
name
chat_id
role