Request¶
Following headers are required when using Typecast API.
Headers¶
key |
value |
---|---|
Content-Type |
application/json |
Authorization |
Bearer $API_TOKEN |
Example with cURL
curl --request GET \
--url https://typecast.ai/api/me \
--header "Content-Type: application/json" \
--header "Authorization: Bearer $API_TOKEN"